Searched refs:ComputePreambleBounds (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | Preamble.cpp | 252 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()
|
D | CodeComplete.cpp | 1119 ComputePreambleBounds(*CI->getLangOpts(), *ContentsBuffer, 0); in semaCodeComplete()
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | PrecompiledPreamble.h | 42 PreambleBounds ComputePreambleBounds(const LangOptions &LangOpts,
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrecompiledPreamble.cpp | 305 PreambleBounds clang::ComputePreambleBounds(const LangOptions &LangOpts, in ComputePreambleBounds() function in clang 624 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble()
|
D | ASTUnit.cpp | 1317 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble()
|