HomeSort by: relevance | last modified time | path
    Searched refs:AddImplicitPreamble (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h 51 /// CanReusePreamble + AddImplicitPreamble to make use of it.
119 void AddImplicitPreamble(CompilerInvocation &CI,
124 /// Like AddImplicitPreamble, but doesn't assume CanReuse() is true.
241 /// AddImplicitPreamble.
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 606 void PrecompiledPreamble::AddImplicitPreamble(
ASTUnit.cpp 1111 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get());
1133 // changed above in AddImplicitPreamble. If VFS is nullptr, rely on
2247 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
2250 // AddImplicitPreamble as FileMgr is accepted as a parameter by this method.

Completed in 18 milliseconds