Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1929 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
1932 auto *KmpTaskTQTyRD = cast<RecordDecl>(KmpTaskTQTy->getAsTagDecl()); in emitProxyTaskFunction()
1994 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
1998 cast<RecordDecl>(FI->getType()->getAsTagDecl())->fields()) { in emitDestructorsFunction()
2074 auto *PrivatesQTyRD = cast<RecordDecl>(PrivatesQTy->getAsTagDecl()); in emitTaskPrivateMappingFunction()
2140 auto *KmpTaskTQTyRD = cast<RecordDecl>(KmpTaskTQTy->getAsTagDecl()); in emitTaskCall()
2220 FI = cast<RecordDecl>(FI->getType()->getAsTagDecl())->field_begin(); in emitTaskCall()
2320 KmpDependInfoRD = cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitTaskCall()
HDCGRecordLayoutBuilder.cpp317 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in lowerUnion()
HDCGExprConstant.cpp1512 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in EmitNullConstant()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1506 return dyn_cast_or_null<CXXRecordDecl>(getAsTagDecl()); in getAsCXXRecordDecl()
1509 TagDecl *Type::getAsTagDecl() const { in getAsTagDecl() function in Type
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1807 TagDecl *getAsTagDecl() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp12010 auto *TD = Context.getTagDeclType(PrevTagDecl)->getAsTagDecl(); in ActOnTag()