|
clang
5.0.0
|
#include "clang/Basic/CharInfo.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/TokenKinds.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/ArrayRef.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 |
| NumericLiteralParser - This performs strict semantic analysis of the content of a ppnumber, classifying it as either integer, floating, or erroneous, determines the radix of the value and can convert it to a useful value. More... | |
| class | clang::CharLiteralParser |
| CharLiteralParser - Perform interpretation and semantic analysis of a character literal. More... | |
| class | clang::StringLiteralParser |
| StringLiteralParser - This decodes string escape characters and performs wide string analysis and Translation Phase #6 (concatenation of string literals) (C99 5.1.1.2p1). More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Functions | |
| void | clang::expandUCNs (SmallVectorImpl< char > &Buf, StringRef Input) |
| Copy characters from Input to Buf, expanding any UCNs. More... | |
1.8.6