Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h107 bool CanReuse(const CompilerInvocation &Invocation,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp586 Preamble.Preamble.CanReuse(CI, *ContentsBuffer, Bounds, *VFS); in isPreambleCompatible()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp588 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse() function in PrecompiledPreamble
H A DASTUnit.cpp1310 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()