HomeSort by: relevance | last modified time | path
    Searched refs:setInvocation (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 80 Instance.setInvocation(std::move(Invocation));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 142 Compiler.setInvocation(std::move(Invocation));
  /src/external/mit/isl/dist/interface/
extract_interface.cc 455 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation));
463 Clang->setInvocation(invocation);
configure 20562 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation));
  /src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
main.cpp 196 Clang.setInvocation(std::move(CI));
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 150 Clang->setInvocation(std::move(CInvok));
ASTUnit.cpp 1144 Clang->setInvocation(CCInvocation);
1554 Clang->setInvocation(std::move(CI));
2169 Clang->setInvocation(std::move(CCInvocation));
2182 Clang->setInvocation(nullptr);
PrecompiledPreamble.cpp 364 Clang->setInvocation(std::move(PreambleInvocation));
CompilerInstance.cpp 71 void CompilerInstance::setInvocation(
1116 Instance.setInvocation(std::move(Invocation));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 66 Compiler.setInvocation(std::move(Invocation));
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 246 Instance.setInvocation(
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 233 /// setInvocation - Replace the current invocation.
234 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 206 Ins->setInvocation(std::move(Inv));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 385 Compiler.setInvocation(std::move(Invocation));

Completed in 47 milliseconds