Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp356 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
H A DFrontendActions.cpp1118 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).Size; in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp637 PreambleBounds Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble() function in Lexer