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

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMTActions.cpp 17 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(),
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 128 CInvok.reset(new CompilerInvocation(CI.getInvocation()));
153 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
CompilerInstance.cpp 103 getInvocation().TargetOpts));
374 : createVFSFromCompilerInvocation(getInvocation(),
488 std::string ModuleHash = getInvocation().getModuleHash();
1051 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1074 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1083 = ImportingInstance.getInvocation().getPreprocessorOpts();
1106 assert(ImportingInstance.getInvocation().getModuleHash() ==
ASTUnit.cpp 1166 LangOpts = Clang->getInvocation().LangOpts;
1439 LangOpts = CI.getInvocation().LangOpts;
2247 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
PrecompiledPreamble.cpp 384 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS);
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
Interpreter.cpp 80 Clang->getInvocation(), llvm::makeArrayRef(Argv.begin(), Argv.size()),
107 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 77 const CompilerInvocation &CI = Compiler.getInvocation();
111 std::move(Compiler.getInvocation().getDependencyOutputOpts()));
ModuleDepCollector.cpp 112 MDC.ContextHash = Instance.getInvocation().getModuleHash();
207 makeInvocationForModuleBuildWithoutPaths(MD, Instance.getInvocation());
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1_main.cpp 212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(),
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 228 CompilerInvocation &getInvocation() {
648 return getSpecificModuleCachePath(getInvocation().getModuleHash());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 247 std::make_shared<CompilerInvocation>(CI.getInvocation()));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap;
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts);
  /src/external/mit/isl/dist/interface/
extract_interface.cc 326 shared_ptr<TargetOptions> TO = Clang->getInvocation().TargetOpts;

Completed in 53 milliseconds