Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h42 PreambleBounds ComputePreambleBounds(const LangOptions &LangOpts,
/src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp353 PreambleBounds clang::ComputePreambleBounds(const LangOptions &LangOpts, in ComputePreambleBounds() function in clang
723 auto Bounds = ComputePreambleBounds(CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble()
H A DASTUnit.cpp1352 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble()