Home
last modified time | relevance | path

Searched refs:PreambleInvocationIn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1293 CompilerInvocation &PreambleInvocationIn, in getMainBufferWithPrecompiledPreamble() argument
1297 PreambleInvocationIn.getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1299 getBufferForFileHandlingRemapping(PreambleInvocationIn, VFS.get(), in getMainBufferWithPrecompiledPreamble()
1305 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
1310 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()
1318 PreambleInvocationIn.getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble()
1362 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1364 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1367 PreambleInvocationIn, MainFileBuffer.get(), Bounds, *Diagnostics, VFS, in getMainBufferWithPrecompiledPreamble()
1370 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h376 CompilerInvocation &PreambleInvocationIn,