Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp1346 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn)); in getMainBufferWithPrecompiledPreamble() local
1347 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()
1349 = PreambleInvocation->getPreprocessorOpts(); in getMainBufferWithPrecompiledPreamble()
1351 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()
1448 PreambleInvocation->getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble()
1523 Clang->setInvocation(&*PreambleInvocation); in getMainBufferWithPrecompiledPreamble()