Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp1375 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn)); in getMainBufferWithPrecompiledPreamble() local
1376 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()
1378 = PreambleInvocation->getPreprocessorOpts(); in getMainBufferWithPrecompiledPreamble()
1382 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer); in getMainBufferWithPrecompiledPreamble()
1479 PreambleInvocation->getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble()
1539 StringRef MainFilename = PreambleInvocation->getFrontendOpts().Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1574 Clang->setInvocation(&*PreambleInvocation); in getMainBufferWithPrecompiledPreamble()