OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcreator
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Driver/
Job.h
72
///
getCreator
- Return the Tool which caused the creation of this job.
73
const Tool &
getCreator
() const { return Creator; }
/external/openfst/src/include/fst/script/
register.h
60
Creator
GetCreator
(const string &arc_type) const {
/external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp
75
if (StringRef(Cmd->
getCreator
().getName()) != "clang") {
/external/clang/examples/clang-interpreter/
main.cpp
104
if (llvm::StringRef(Cmd->
getCreator
().getName()) != "clang") {
/external/clang/lib/Tooling/
Tooling.cpp
79
if (StringRef(Cmd->
getCreator
().getName()) != "clang") {
/external/clang/lib/Driver/
Driver.cpp
412
if (FailingCommand && (FailingCommand->
getCreator
().isLinkJob() ||
413
FailingCommand->
getCreator
().isDsymutilJob()))
610
const Tool &FailingTool = FailingCommand->
getCreator
();
612
if (!FailingCommand->
getCreator
().hasGoodDiagnostics() || Res != 1) {
[
all
...]
Completed in 153 milliseconds