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

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h 437 class CreationRule : public WrappedRecord {
439 CreationRule(llvm::Record *record = nullptr) : WrappedRecord(record) {}
ClangASTPropertiesEmitter.cpp 79 CreationRule Creator = nullptr;
108 for (CreationRule creationRule :
110 HasProperties node = creationRule.getClass();
114 PrintFatalError(creationRule.getLoc(),
118 info.Creator = creationRule;

Completed in 30 milliseconds