Searched refs:setInvocation (Results 1 – 10 of 10) sorted by relevance
100 Clang->setInvocation(std::make_unique<CompilerInvocation>()); in TestAST()
127 Clang->setInvocation(std::move(CInvok)); in createChainedIncludesSource()
1164 Clang->setInvocation(CCInvocation); in Parse()1602 Clang->setInvocation(std::move(CI)); in LoadFromCompilerInvocationAction()2231 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()2244 Clang->setInvocation(nullptr); in CodeComplete()
465 Clang->setInvocation(std::move(PreambleInvocation)); in Build()
78 void CompilerInstance::setInvocation( in setInvocation() function in CompilerInstance1237 Instance.setInvocation(std::move(Invocation));
266 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
450 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
741 instance->setInvocation(invocation); in Create()
321 ScanInstance.setInvocation(std::move(Invocation)); in runInvocation()
2207 compiler.setInvocation(clang::createInvocation(clang_args)); in DoExecute()