Home
last modified time | relevance | path

Searched refs:getAsTagDecl (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3300 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()
DCGRecordLayoutBuilder.cpp317 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in lowerUnion()
DCGExprConstant.cpp1554 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in EmitNullConstant()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h747 if (auto *TD = Node->getAsTagDecl()) in matchesSpecialized()
/external/clang/lib/AST/
DType.cpp1529 return dyn_cast_or_null<CXXRecordDecl>(getAsTagDecl()); in getAsCXXRecordDecl()
1532 TagDecl *Type::getAsTagDecl() const { in getAsTagDecl() function in Type
/external/clang/include/clang/AST/
DType.h1853 TagDecl *getAsTagDecl() const;
/external/clang/lib/Sema/
DSemaDecl.cpp12796 auto *TD = Context.getTagDeclType(PrevTagDecl)->getAsTagDecl(); in ActOnTag()