HomeSort by: relevance | last modified time | path
    Searched defs:Creator (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Parallel.cpp 82 struct Creator {
139 static ManagedStatic<ThreadPoolExecutor, ThreadPoolExecutor::Creator,
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h 110 const Tool &Creator;
165 Command(const Action &Source, const Tool &Creator,
184 const Tool &getCreator() const { return Creator; }
230 CC1Command(const Action &Source, const Tool &Creator,
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTPropertiesEmitter.cpp 79 CreationRule Creator = nullptr;
113 if (info.Creator) {
115 "multiple creator rules for \"" + node.getName()
118 info.Creator = creationRule;
442 if (!nodeInfo.Creator)
447 creationCode = nodeInfo.Creator.getCreationCode();
459 PrintFatalError(nodeInfo.Creator.getLoc(),

Completed in 95 milliseconds