Searched refs:recordType (Results 1 – 17 of 17) sorted by relevance
81 switch (R.recordType()) { in visit()
114 CurrentRecord.Type = R.recordType(); in visit()
142 TypeRecordFuncId |= static_cast<uint32_t>(R.recordType()); in visit()
812 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local813 auto record = recordType->getDecl(); in classifyType()820 lowering.addTypedData(recordType->getDecl(), CharUnits::Zero(), layout); in classifyType()
439 const RecordType *recordType = in isSafeForCXXConstantCapture() local443 if (!recordType) return true; in isSafeForCXXConstantCapture()445 const auto *record = cast<CXXRecordDecl>(recordType->getDecl()); in isSafeForCXXConstantCapture()
1001 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local1002 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy()
68 recordType(hasDeclaration(cxxRecordDecl(hasAnyName( in isKnownPointerLikeType()
124 Twine DecodeRecordType(uint16_t recordType) { in DecodeRecordType()125 switch (recordType) { in DecodeRecordType()
210 recordType(hasDeclaration( in checkASTCodeBody()
54 recordType(hasDeclaration(optionalClass()))); in optionalOrAliasType()96 recordType(hasDeclaration(anyOf(nulloptTypeDecl(), optionalClass()))))); in hasAnyOptionalType()
388 RecordTypes recordType() const { return Kind; } in recordType() function
534 REGISTER_MATCHER(recordType); in RegistryMaps()
1061 const AstTypeMatcher<RecordType> recordType; variable
7223 extern const AstTypeMatcher<RecordType> recordType;
4284 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local4285 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator()
16516 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local16553 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
14178 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local14179 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()