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