OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCreator
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp
75
if (StringRef(Cmd->
getCreator
().getName()) != "clang") {
/external/clang/include/clang/Driver/
Job.h
88
///
getCreator
- Return the Tool which caused the creation of this job.
89
const Tool &
getCreator
() const { return Creator; }
/external/clang/examples/clang-interpreter/
main.cpp
105
if (llvm::StringRef(Cmd->
getCreator
().getName()) != "clang") {
/external/clang/lib/Driver/
Job.cpp
167
const Driver &D =
getCreator
().getToolChain().getDriver();
Driver.cpp
408
if (FailingCommand && (FailingCommand->
getCreator
().isLinkJob() ||
409
FailingCommand->
getCreator
().isDsymutilJob()))
619
const Tool &FailingTool = FailingCommand->
getCreator
();
621
if (!FailingCommand->
getCreator
().hasGoodDiagnostics() || Res != 1) {
[
all
...]
/external/clang/lib/Tooling/
Tooling.cpp
84
if (StringRef(Cmd->
getCreator
().getName()) != "clang") {
Completed in 57 milliseconds