Searched refs:ComputePreamble (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | PreambleTests.cpp | 72 auto Bounds = Lexer::ComputePreamble(ModifiedContents, *CI->getLangOpts()); in collectPatchedIncludes() 530 Lexer::ComputePreamble(Case.Modified, *CI->getLangOpts()); in TEST()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 448 static std::pair<unsigned, bool> ComputePreamble(StringRef Buffer,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 516 static PreambleBounds ComputePreamble(StringRef Buffer,
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 444 ComputedPreamble ComputePreamble(CompilerInvocation &Invocation,
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 750 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).first; in ExecuteAction()
|
D | ASTUnit.cpp | 1188 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() function in ASTUnit 1238 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble() 1351 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrecompiledPreamble.cpp | 308 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
|
D | FrontendActions.cpp | 892 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).Size; in ExecuteAction()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 537 std::pair<unsigned, bool> Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble() function in Lexer
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 585 PreambleBounds Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble() function in Lexer
|