Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp252 auto Bounds = ComputePreambleBounds(*CI->getLangOpts(), *ContentsBuffer, 0); in scanPreamble()
324 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *ContentsBuffer, 0); in buildPreamble()
377 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *ContentsBuffer, 0); in isPreambleCompatible()
DCodeComplete.cpp1119 ComputePreambleBounds(*CI->getLangOpts(), *ContentsBuffer, 0); in semaCodeComplete()
/external/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h42 PreambleBounds ComputePreambleBounds(const LangOptions &LangOpts,
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp305 PreambleBounds clang::ComputePreambleBounds(const LangOptions &LangOpts, in ComputePreambleBounds() function in clang
624 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble()
DASTUnit.cpp1317 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble()