Searched refs:setInvocation (Results 1 – 13 of 13) sorted by relevance
79 Instance.setInvocation(std::move(Invocation)); in onBodySynthesis()
138 Compiler.setInvocation(std::move(Invocation)); in main()
99 Clang->setInvocation(std::make_unique<CompilerInvocation>()); in TestAST()
127 Clang->setInvocation(std::move(CInvok)); in createChainedIncludesSource()
1152 Clang->setInvocation(CCInvocation); in Parse()1589 Clang->setInvocation(std::move(CI)); in LoadFromCompilerInvocationAction()2218 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()2231 Clang->setInvocation(nullptr); in CodeComplete()
464 Clang->setInvocation(std::move(PreambleInvocation)); in Build()
78 void CompilerInstance::setInvocation( in setInvocation() function in CompilerInstance1236 Instance.setInvocation(std::move(Invocation));
247 Instance.setInvocation( in visitModuleFile()
245 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
171 ScanInstance.setInvocation(std::move(Invocation)); in runInvocation()
450 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
752 instance->setInvocation(invocation); in Create()
2275 compiler.setInvocation(clang::createInvocation(clang_args)); in DoExecute()