Searched refs:getAsTagDecl (Results 1 – 7 of 7) sorted by relevance
3300 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()3303 auto *KmpTaskTQTyRD = cast<RecordDecl>(KmpTaskTQTy->getAsTagDecl()); in emitProxyTaskFunction()3390 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()3394 cast<RecordDecl>(FI->getType()->getAsTagDecl())->fields()) { in emitDestructorsFunction()3478 auto *PrivatesQTyRD = cast<RecordDecl>(PrivatesQTy->getAsTagDecl()); in emitTaskPrivateMappingFunction()3518 FI = cast<RecordDecl>(FI->getType()->getAsTagDecl())->field_begin(); in emitPrivatesInit()3672 auto *PrivateRD = cast<RecordDecl>(FI->getType()->getAsTagDecl()); in checkDestructorsRequired()3729 auto *KmpTaskTQTyRD = cast<RecordDecl>(KmpTaskTQTy->getAsTagDecl()); in emitTaskInit()3903 KmpDependInfoRD = cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitTaskCall()6535 RD = cast<RecordDecl>(KmpDimTy->getAsTagDecl()); in emitDoacrossInit()
317 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in lowerUnion()
1554 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in EmitNullConstant()
747 if (auto *TD = Node->getAsTagDecl()) in matchesSpecialized()
1529 return dyn_cast_or_null<CXXRecordDecl>(getAsTagDecl()); in getAsCXXRecordDecl()1532 TagDecl *Type::getAsTagDecl() const { in getAsTagDecl() function in Type
1853 TagDecl *getAsTagDecl() const;
12796 auto *TD = Context.getTagDeclType(PrevTagDecl)->getAsTagDecl(); in ActOnTag()