Searched refs:TheRecord (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.h | 894 const Record *TheRecord; variable 951 const Record *getRecord() const { return TheRecord; } in getRecord()
|
| H A D | CodeGenDAGPatterns.cpp | 2873 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern() 2881 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern() 2888 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern() 2897 PrintError(TheRecord->getLoc(), "In " + TheRecord->getName() + ": " + Msg); in error()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 3288 const Record *TheRecord; member 3294 : Descriptor(Descriptor), TheRecord(R) {} in AttrClass() 3336 if (Attr->isSubClassOf(TheRecord)) { in classifyAttr() 3372 if (AttrClass *SuperClass = findSuperClass(Class->TheRecord)) { in AttrClassHierarchy() 3416 if (Class->TheRecord == R) in findClassByRecord()
|