Searched refs:recordType (Results 1 – 16 of 16) sorted by relevance
82 switch (R.recordType()) { in visit()
115 CurrentRecord.Type = R.recordType(); in visit()
145 TypeRecordFuncId |= static_cast<uint32_t>(R.recordType()); in visit()
800 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local801 auto record = recordType->getDecl(); in classifyType()808 lowering.addTypedData(recordType->getDecl(), CharUnits::Zero(), layout); in classifyType()
388 const RecordType *recordType = in isSafeForCXXConstantCapture() local392 if (!recordType) return true; in isSafeForCXXConstantCapture()394 const auto *record = cast<CXXRecordDecl>(recordType->getDecl()); in isSafeForCXXConstantCapture()
845 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local846 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy()
213 recordType(hasDeclaration( in checkASTCodeBody()
128 Twine DecodeRecordType(uint16_t recordType) { in DecodeRecordType()129 switch (recordType) { in DecodeRecordType()
389 RecordTypes recordType() const { return Kind; } in recordType() function
450 REGISTER_MATCHER(recordType); in RegistryMaps()
831 const AstTypeMatcher<RecordType> recordType; variable
5621 extern const AstTypeMatcher<RecordType> recordType;
4702 const RecordType *recordType = ty->getAs<RecordType>(); in getDestructorDecl() local4704 cast<CXXRecordDecl>(recordType->getDecl()); in getDestructorDecl()
3643 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local3644 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator()
13784 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local13821 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
11945 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local11946 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()