|
clang
5.0.0
|
#include "clang/Basic/LangOptions.h"#include "clang/Lex/PreprocessorLexer.h"#include "llvm/ADT/SmallVector.h"#include <cassert>#include <string>Go to the source code of this file.
Classes | |
| class | clang::Lexer |
| Lexer - This provides a simple interface that turns a text buffer into a stream of tokens. More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Enumerations | |
| enum | clang::ConflictMarkerKind { clang::CMK_None, clang::CMK_Normal, clang::CMK_Perforce } |
| ConflictMarkerKind - Kinds of conflict marker which the lexer might be recovering from. More... | |
1.8.6