/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 95 Lexer *TheLexer = new Lexer(FID, *InputFile, *this, IsFirstIncludeOfFile); EnterSourceFile() local 113 EnterSourceFileWithLexer(Lexer * TheLexer,ConstSearchDirIterator CurDir) EnterSourceFileWithLexer() argument
|
H A D | Lexer.cpp | 535 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, getRawToken() local 583 Lexer TheLexer(LexerStartLoc, LangOpts, Buffer.data(), LexStart, getBeginningOfFileToken() local 645 Lexer TheLexer(FileLoc, LangOpts, Buffer.begin(), Buffer.begin(), ComputePreamble() local [all...] |
H A D | DependencyDirectivesScanner.cpp | 191 Lexer TheLexer; member [all...] |
H A D | PPMacroExpansion.cpp | 1733 if (PreprocessorLexer *TheLexer = getCurrentFileLexer()) ExpandBuiltinMacro() local
|
H A D | Pragma.cpp | 491 PreprocessorLexer *TheLexer = getCurrentFileLexer(); HandlePragmaSystemHeader() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ArgumentCommentCheck.cpp | 97 Lexer TheLexer(SM.getLocForStartOfFile(BeginLoc.first), Ctx->getLangOpts(), in getCommentsInRange() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 1144 Lexer TheLexer(SL, LangOpts, BF->getBufferStart(), VisitObjCMessageExpr() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 1537 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, File.begin(), findTokenAfterCompletionPoint() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 787 std::unique_ptr<Lexer> TheLexer; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1373 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features, getLocationOfByte() local
|