Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp107 for (CreationRule creationRule : in ASTPropsEmitter() local
109 HasProperties node = creationRule.getClass(); in ASTPropsEmitter()
113 PrintFatalError(creationRule.getLoc(), "multiple creator rules for \"" + in ASTPropsEmitter()
116 info.Creator = creationRule; in ASTPropsEmitter()