Searched refs:setInvocation (Results 1 – 14 of 14) sorted by relevance
80 Instance.setInvocation(std::move(Invocation)); in onBodySynthesis()
138 Compiler.setInvocation(std::move(Invocation)); in main()
96 Clang->setInvocation(std::make_unique<CompilerInvocation>()); in TestAST()
127 Clang->setInvocation(std::move(CInvok)); in createChainedIncludesSource()
1170 Clang->setInvocation(CCInvocation); in Parse()1580 Clang->setInvocation(std::move(CI)); in LoadFromCompilerInvocationAction()2199 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()2212 Clang->setInvocation(nullptr); in CodeComplete()
451 Clang->setInvocation(std::move(PreambleInvocation)); in Build()
77 void CompilerInstance::setInvocation( in setInvocation() function in CompilerInstance1220 Instance.setInvocation(std::move(Invocation));
246 Instance.setInvocation( in visitModuleFile()
237 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
206 Ins->setInvocation(std::move(Inv)); in BuildCompilerInstance()
180 ScanInstance.setInvocation(std::move(Invocation)); in runInvocation()
752 instance->setInvocation(invocation); in Create()
419 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
2178 compiler.setInvocation(clang::createInvocation(clang_args)); in DoExecute()