Searched refs:ComputePreamble (Results 1 – 5 of 5) sorted by relevance
428 static std::pair<unsigned, bool> ComputePreamble(StringRef Buffer,
444 ComputedPreamble ComputePreamble(CompilerInvocation &Invocation,
746 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).first; in ExecuteAction()
1190 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() function in ASTUnit1240 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble()1353 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()
537 std::pair<unsigned, bool> Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble() function in Lexer