Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1347 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn)); in getMainBufferWithPrecompiledPreamble() local
1348 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()
1350 = PreambleInvocation->getPreprocessorOpts(); in getMainBufferWithPrecompiledPreamble()
1352 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()
1439 PreambleInvocation->getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble()
1513 Clang->setInvocation(&*PreambleInvocation); in getMainBufferWithPrecompiledPreamble()