Home
last modified time | relevance | path

Searched refs:getCreator (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp94 return StringRef(Cmd.getCreator().getName()) == "clang"; in createInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h185 const Tool &getCreator() const { return Creator; } in getCreator() function
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp56 if (llvm::StringRef(Cmd->getCreator().getName()) != "clang") in GetCC1Arguments()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc279 if (strcmp(cmd->getCreator().getName(), "clang")) in construct_invocation()
/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp403 const Driver &D = getCreator().getToolChain().getDriver(); in Execute()
H A DDriver.cpp1511 if (FailingCommand.getCreator().isLinkJob() || in generateCompilationDiagnostics()
1512 FailingCommand.getCreator().isDsymutilJob()) in generateCompilationDiagnostics()
1774 const Tool &FailingTool = FailingCommand->getCreator(); in ExecuteCompilation()
1776 if (!FailingCommand->getCreator().hasGoodDiagnostics() || CommandRes != 1) { in ExecuteCompilation()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp137 return StringRef(Cmd.getCreator().getName()) == "clang"; in getCC1Arguments()