/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessorLexer.h | 29 class PreprocessorLexer { 77 PreprocessorLexer() : FID() {} in PreprocessorLexer() function 78 PreprocessorLexer(Preprocessor *pp, FileID fid); 79 virtual ~PreprocessorLexer() = default; 125 PreprocessorLexer(const PreprocessorLexer &) = delete; 126 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete;
|
D | Preprocessor.h | 79 class PreprocessorLexer; variable 508 PreprocessorLexer *CurPPLexer = nullptr; 541 PreprocessorLexer *ThePPLexer; 549 PreprocessorLexer *ThePPLexer, in IncludeStackInfo() 991 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer() 999 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() 1005 PreprocessorLexer *getCurrentFileLexer() const; 2195 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
|
D | Lexer.h | 76 class Lexer : public PreprocessorLexer {
|
/external/clang/include/clang/Lex/ |
D | PreprocessorLexer.h | 27 class PreprocessorLexer { 72 PreprocessorLexer(const PreprocessorLexer &) = delete; 73 void operator=(const PreprocessorLexer &) = delete; 76 PreprocessorLexer(Preprocessor *pp, FileID fid); 78 PreprocessorLexer() in PreprocessorLexer() function 84 virtual ~PreprocessorLexer() {} in ~PreprocessorLexer()
|
D | PTHLexer.h | 24 class PTHLexer : public PreprocessorLexer {
|
D | Preprocessor.h | 296 PreprocessorLexer *CurPPLexer; 331 PreprocessorLexer *ThePPLexer; 340 PreprocessorLexer *ThePPLexer, in IncludeStackInfo() 757 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer() 765 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() 771 PreprocessorLexer *getCurrentFileLexer() const; 1832 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
|
D | Lexer.h | 46 class Lexer : public PreprocessorLexer {
|
/external/llvm-project/clang/lib/Lex/ |
D | PreprocessorLexer.cpp | 22 void PreprocessorLexer::anchor() {} in anchor() 24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer 32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename() 50 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
|
D | CMakeLists.txt | 24 PreprocessorLexer.cpp
|
D | PPLexerChange.cpp | 48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 592 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
|
D | Pragma.cpp | 470 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
D | Lexer.cpp | 137 : PreprocessorLexer(&PP, FID), in Lexer()
|
/external/clang/lib/Lex/ |
D | PreprocessorLexer.cpp | 20 void PreprocessorLexer::anchor() { } in anchor() 22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer 32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename() 56 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
|
D | CMakeLists.txt | 24 PreprocessorLexer.cpp
|
D | PPLexerChange.cpp | 52 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 567 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste()
|
D | PTHLexer.cpp | 39 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr), in PTHLexer()
|
D | Pragma.cpp | 427 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
D | PPMacroExpansion.cpp | 1651 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
|
D | Lexer.cpp | 110 : PreprocessorLexer(&PP, FID), in Lexer()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
D | PreprocessorTests.cs | 47 var lexer = new PreprocessorLexer(input); in TestEmptyComment() 53 Assert.AreEqual(PreprocessorLexer.DELIMITED_COMMENT, tokens[0].Type); in TestEmptyComment() 55 Assert.AreEqual(PreprocessorLexer.EOF, tokens[1].Type); in TestEmptyComment()
|
D | PreprocessorLexer.g3.cs | 35 partial class PreprocessorLexer class
|
D | PreprocessorLexer.g3 | 33 lexer grammar PreprocessorLexer;
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Lex/ |
D | BUILD.gn | 27 "PreprocessorLexer.cpp",
|
/external/guice/extensions/persist/lib/ |
D | antlr-2.7.5h3.jar | META-INF/
META-INF/MANIFEST.MF
antlr/
antlr/ActionElement.class
ActionElement ... |