Searched refs:AddImplicitPreamble (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h50 /// CanReusePreamble + AddImplicitPreamble to make use of it.
118 void AddImplicitPreamble(CompilerInvocation &CI,
123 /// Like AddImplicitPreamble, but doesn't assume CanReuse() is true.
240 /// AddImplicitPreamble.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp606 void PrecompiledPreamble::AddImplicitPreamble( function in class:PrecompiledPreamble
H A DASTUnit.cpp1113 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get());
1122 // changed above in AddImplicitPreamble. If VFS is nullptr, rely on
2274 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
2277 // AddImplicitPreamble as FileMgr is accepted as a parameter by this method.

Completed in 161 milliseconds