Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2116 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
2119 auto *KmpTaskTQTyRD = cast<RecordDecl>(KmpTaskTQTy->getAsTagDecl()); in emitProxyTaskFunction()
2181 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
2185 cast<RecordDecl>(FI->getType()->getAsTagDecl())->fields()) { in emitDestructorsFunction()
2259 auto *PrivatesQTyRD = cast<RecordDecl>(PrivatesQTy->getAsTagDecl()); in emitTaskPrivateMappingFunction()
2324 auto *KmpTaskTQTyRD = cast<RecordDecl>(KmpTaskTQTy->getAsTagDecl()); in emitTaskCall()
2406 FI = cast<RecordDecl>(FI->getType()->getAsTagDecl())->field_begin(); in emitTaskCall()
2509 KmpDependInfoRD = cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitTaskCall()
DCGRecordLayoutBuilder.cpp317 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in lowerUnion()
DCGExprConstant.cpp1528 dyn_cast_or_null<RecordDecl>(Field->getType()->getAsTagDecl())) in EmitNullConstant()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h679 if (auto *TD = Node->getAsTagDecl()) in matchesSpecialized()
/external/clang/lib/AST/
DType.cpp1523 return dyn_cast_or_null<CXXRecordDecl>(getAsTagDecl()); in getAsCXXRecordDecl()
1526 TagDecl *Type::getAsTagDecl() const { in getAsTagDecl() function in Type
/external/clang/include/clang/AST/
DType.h1829 TagDecl *getAsTagDecl() const;
/external/clang/lib/Sema/
DSemaDecl.cpp12343 auto *TD = Context.getTagDeclType(PrevTagDecl)->getAsTagDecl(); in ActOnTag()