Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp56 RecTy *RecType = nullptr; member
158 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
274 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
355 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
416 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
433 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
621 if (!Field.RecType) { in collectTableEntries()
622 Field.RecType = TI->getType(); in collectTableEntries()
631 Field.RecType = Ty; in collectTableEntries()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1934 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
1935 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1729 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1731 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1736 switch (RecType) { in ReadMacroRecord()
1756 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()