clang  3.9.0
Classes | Namespaces | Enumerations
Lexer.h File Reference
#include "clang/Basic/LangOptions.h"
#include "clang/Lex/PreprocessorLexer.h"
#include "llvm/ADT/SmallVector.h"
#include <cassert>
#include <string>
Include dependency graph for Lexer.h:
This graph shows which files directly or indirectly include this file:

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
 Dataflow Directional Tag Classes.
 

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...