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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h512 static PreambleBounds ComputePreamble(StringRef Buffer,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp883 Lexer::ComputePreamble((*Buffer)->getBuffer(), CI.getLangOpts()).Size;
H A DPrecompiledPreamble.cpp303 return Lexer::ComputePreamble(Buffer->getBuffer(), LangOpts, MaxLines);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp583 PreambleBounds Lexer::ComputePreamble(StringRef Buffer, function in class:Lexer

Completed in 126 milliseconds