Searched refs:PreprocessorLexer (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp1 //===--- PreprocessorLexer.cpp - C Language Family Lexer ------------------===//
10 // This file implements the PreprocessorLexer and Token interfaces.
14 #include "clang/Lex/PreprocessorLexer.h"
20 void PreprocessorLexer::anchor() { }
22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) function in class:PreprocessorLexer
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {
56 const FileEntry *PreprocessorLexer::getFileEntry() const {
H A DAndroid.mk31 PreprocessorLexer.cpp \
H A DPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {
562 PreprocessorLexer *FoundLexer = nullptr;
H A DPTHLexer.cpp40 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr),
H A DPPMacroExpansion.cpp1339 PreprocessorLexer *TheLexer = getCurrentFileLexer();
H A DPragma.cpp424 PreprocessorLexer *TheLexer = getCurrentFileLexer();
H A DLexer.cpp110 : PreprocessorLexer(&PP, FID),
/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h1 //===--- PreprocessorLexer.h - C Language Family Lexer ----------*- C++ -*-===//
11 /// \brief Defines the PreprocessorLexer interface.
27 class PreprocessorLexer { class in namespace:clang
72 PreprocessorLexer(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
73 void operator=(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
76 PreprocessorLexer(Preprocessor *pp, FileID fid);
78 PreprocessorLexer() function in class:clang::PreprocessorLexer
84 virtual ~PreprocessorLexer() {}
155 "PreprocessorLexer
[all...]
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
24 class PTHLexer : public PreprocessorLexer {
92 /// the PreprocessorLexer interface.
H A DPreprocessor.h271 PreprocessorLexer *CurPPLexer;
306 PreprocessorLexer *ThePPLexer;
315 PreprocessorLexer *ThePPLexer,
544 bool isCurrentLexer(const PreprocessorLexer *L) const {
552 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
558 PreprocessorLexer *getCurrentFileLexer() const;
1480 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) {
H A DLexer.h18 #include "clang/Lex/PreprocessorLexer.h"
46 class Lexer : public PreprocessorLexer {
147 /// the PreprocessorLexer interface.
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 4129 milliseconds