Home
last modified time | relevance | path

Searched refs:ComputePreamble (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h428 static std::pair<unsigned, bool> ComputePreamble(StringRef Buffer,
/external/clang/include/clang/Frontend/
DASTUnit.h444 ComputedPreamble ComputePreamble(CompilerInvocation &Invocation,
/external/clang/lib/Frontend/
DFrontendActions.cpp746 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).first; in ExecuteAction()
DASTUnit.cpp1190 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() function in ASTUnit
1240 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble()
1353 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Lex/
DLexer.cpp537 std::pair<unsigned, bool> Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble() function in Lexer