Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h498 static PreambleBounds ComputePreamble(StringRef Buffer,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp229 return Lexer::ComputePreamble(Buffer->getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
H A DFrontendActions.cpp859 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).Size; in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp574 PreambleBounds Lexer::ComputePreamble(StringRef Buffer, in ComputePreamble() function in Lexer