Searched refs:RecType (Results 1 – 7 of 7) sorted by relevance
56 RecTy *RecType = nullptr; member158 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()164 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()183 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()274 if (isa<StringRecTy>(Field.RecType)) { in compareBy()360 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()377 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()425 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()442 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()[all …]
141 template <typename RecType, typename... Rest>142 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()150 template <typename RecType, typename... Rest>151 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()159 template <typename RecType, typename... Rest>160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
965 unsigned char RecType; in ReadWPGImage() member972 unsigned char RecType; in ReadWPGImage() member1126 Rec.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()1137 switch(Rec.RecType) in ReadWPGImage()1301 if(Rec.RecType==0x14 && BitmapHeader2.RotAngle!=0 && !image_info->ping) in ReadWPGImage()1384 Rec2.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()1394 switch(Rec2.RecType) in ReadWPGImage()
1915 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local1916 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
1443 PreprocessorRecordTypes RecType = in ReadMacroRecord() local1445 switch (RecType) { in ReadMacroRecord()1466 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()4902 PreprocessorDetailRecordTypes RecType = in ReadPreprocessedEntity() local4905 switch (RecType) { in ReadPreprocessedEntity()
1714 PreprocessorRecordTypes RecType; in ReadMacroRecord() local1716 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()1721 switch (RecType) { in ReadMacroRecord()1741 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()
1056 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local1057 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()