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

/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h50 /// CanReusePreamble + AddImplicitPreamble to make use of it.
119 void AddImplicitPreamble(CompilerInvocation &CI,
124 /// Like AddImplicitPreamble, but doesn't assume CanReuse() is true.
174 /// AddImplicitPreamble.
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp699 void PrecompiledPreamble::AddImplicitPreamble( function in class:PrecompiledPreamble
H A DASTUnit.cpp1137 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get());
1159 // changed above in AddImplicitPreamble. If VFS is nullptr, rely on
2277 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
2280 // AddImplicitPreamble as FileMgr is accepted as a parameter by this method.

Completed in 138 milliseconds