HomeSort by: relevance | last modified time | path
    Searched defs:PreambleInvocation (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 320 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation);
321 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts();
323 PreambleInvocation->getPreprocessorOpts();
364 Clang->setInvocation(std::move(PreambleInvocation));
504 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation);
506 PreambleInvocation->getPreprocessorOpts();

Completed in 35 milliseconds