Searched refs:recordType (Results 1 – 8 of 8) sorted by relevance
300 REGISTER_MATCHER(recordType); in RegistryMaps()
249 const RecordType *recordType = in isSafeForCXXConstantCapture() local253 if (!recordType) return true; in isSafeForCXXConstantCapture()255 const auto *record = cast<CXXRecordDecl>(recordType->getDecl()); in isSafeForCXXConstantCapture()
716 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local717 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy()
3798 AST_TYPE_MATCHER(RecordType, recordType);
3811 const RecordType *recordType = ty->getAs<RecordType>(); in getDestructorDecl() local3813 cast<CXXRecordDecl>(recordType->getDecl()); in getDestructorDecl()
3100 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local3101 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator()
12019 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local12055 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
9833 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local9834 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()