Searched refs:TypeKindRule (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h331 class TypeKindRule : public WrappedRecord { class in namespace:clang::tblgen
333 TypeKindRule(llvm::Record *record = nullptr) : WrappedRecord(record) {} function in class:clang::tblgen::TypeKindRule
H A DClangASTPropertiesEmitter.cpp85 TypeKindRule KindRule;
160 for (TypeKindRule kindRule :
811 TypeKindRule kindRule = typeCases.KindRule;

Completed in 90 milliseconds