Searched refs:ComputePreamble (Results 1 - 4 of 4) sorted by relevance

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

Completed in 76 milliseconds