Searched refs:RecType (Results 1 – 3 of 3) sorted by relevance
56 RecTy *RecType = nullptr; member158 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 …]
1934 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local1935 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
1729 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1731 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1736 switch (RecType) { in ReadMacroRecord()1756 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()