clang API Documentation

Classes | Namespaces | Functions
LiteralSupport.h File Reference
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/TokenKinds.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
Include dependency graph for LiteralSupport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::NumericLiteralParser
class  clang::CharLiteralParser
class  clang::StringLiteralParser

Namespaces

namespace  clang

Functions

void clang::expandUCNs (SmallVectorImpl< char > &Buf, StringRef Input)
 Copy characters from Input to Buf, expanding any UCNs.