Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1306 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/
DASTUnit.h376 CompilerInvocation &PreambleInvocationIn,
/external/clang/include/clang/Frontend/
DASTUnit.h449 const CompilerInvocation &PreambleInvocationIn, bool AllowRebuild = true,
/external/clang/lib/Frontend/
DASTUnit.cpp1342 const CompilerInvocation &PreambleInvocationIn, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble() argument
1346 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn)); in getMainBufferWithPrecompiledPreamble()