Searched refs:PreambleInvocationIn (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1282 CompilerInvocation &PreambleInvocationIn, in getMainBufferWithPrecompiledPreamble() argument 1286 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble() 1288 getBufferForFileHandlingRemapping(PreambleInvocationIn, VFS.get(), in getMainBufferWithPrecompiledPreamble() 1294 ComputePreambleBounds(*PreambleInvocationIn.getLangOpts(), in getMainBufferWithPrecompiledPreamble() 1300 if (Preamble->CanReuse(PreambleInvocationIn, MainFileBuffer.get(), Bounds, in getMainBufferWithPrecompiledPreamble() 1308 PreambleInvocationIn.getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble() 1350 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble() 1352 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble() 1355 PreambleInvocationIn, MainFileBuffer.get(), Bounds, *Diagnostics, VFS, in getMainBufferWithPrecompiledPreamble() 1358 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 371 CompilerInvocation &PreambleInvocationIn,
|