Searched refs:PreambleInvocationIn (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1306 CompilerInvocation &PreambleInvocationIn, in getMainBufferWithPrecompiledPreamble() argument 1310 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble() 1312 getBufferForFileHandlingRemapping(PreambleInvocationIn, VFS.get(), in getMainBufferWithPrecompiledPreamble() 1318 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble() 1323 if (Preamble->CanReuse(PreambleInvocationIn, MainFileBuffer.get(), Bounds, in getMainBufferWithPrecompiledPreamble() 1331 PreambleInvocationIn.getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble() 1375 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble() 1377 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble() 1380 PreambleInvocationIn, MainFileBuffer.get(), Bounds, *Diagnostics, VFS, in getMainBufferWithPrecompiledPreamble() 1383 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 376 CompilerInvocation &PreambleInvocationIn,
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 449 const CompilerInvocation &PreambleInvocationIn, bool AllowRebuild = true,
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1342 const CompilerInvocation &PreambleInvocationIn, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble() argument 1346 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn)); in getMainBufferWithPrecompiledPreamble()
|