clang API Documentation
#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"
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. |