Home
last modified time | relevance | path

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

/external/clang/unittests/Frontend/
DFrontendActionTest.cpp74 compiler.setInvocation(invocation); in TEST()
93 compiler.setInvocation(invocation); in TEST()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp58 Compiler.setInvocation(Invocation); in testExternalASTSource()
/external/clang/examples/clang-interpreter/
Dmain.cpp130 Clang.setInvocation(CI.release()); in main()
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp148 Clang->setInvocation(CInvok.release()); in createChainedIncludesSource()
DASTUnit.cpp1053 Clang->setInvocation(CCInvocation.get()); in Parse()
1543 Clang->setInvocation(&*PreambleInvocation); in getMainBufferWithPrecompiledPreamble()
1805 Clang->setInvocation(CI); in LoadFromCompilerInvocationAction()
2375 Clang->setInvocation(&*CCInvocation); in CodeComplete()
2389 Clang->setInvocation(nullptr); in CodeComplete()
DCompilerInstance.cpp65 void CompilerInstance::setInvocation(CompilerInvocation *Value) { in setInvocation() function in CompilerInstance
917 Instance.setInvocation(&*Invocation); in compileModuleImpl()
/external/clang/include/clang/Frontend/
DCompilerInstance.h209 void setInvocation(CompilerInvocation *Value);
/external/clang/lib/Tooling/
DTooling.cpp251 Compiler.setInvocation(Invocation); in runInvocation()