Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp56 RecTy *RecType = nullptr; member
149 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
215 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
261 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
346 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
411 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
426 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
533 Field.RecType = RecordRecTy::get(Field.Enum->Class); in parseFieldType()
607 if (!Field.RecType) { in collectTableEntries()
608 Field.RecType = TI->getType(); in collectTableEntries()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1474 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
1475 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1607 PreprocessorRecordTypes RecType = in ReadMacroRecord() local
1609 switch (RecType) { in ReadMacroRecord()
1629 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()
5467 PreprocessorDetailRecordTypes RecType = in ReadPreprocessedEntity() local
5470 switch (RecType) { in ReadPreprocessedEntity()