Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp65 return qual_type->getAsTagDecl(); in GetAsTagDecl()
H A DClangASTImporter.cpp906 clang::TagDecl *record_decl = field_type->getAsTagDecl(); in ImportImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp267 context = clang::TagDecl::castToDeclContext(parent_qt->getAsTagDecl()); in CreateDeclInfoForType()
472 if (auto *tag = qt->getAsTagDecl()) { in GetOrCreateDeclForUid()
518 clang::TagDecl *tag = qt->getAsTagDecl(); in CreateDeclInfoForUndecoratedName()
559 clang::TagDecl *tag = qt->getAsTagDecl(); in GetParentDeclContextForSymbol()
637 clang::TagDecl *tag = qt->getAsTagDecl(); in CompleteType()
972 clang::TagDecl *tag = qt->getAsTagDecl(); in GetOrCreateType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp60 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp81 if (auto *TD = QTy->getAsTagDecl()) in TypeHasMayAlias()
H A DCGOpenMPRuntime.cpp1376 const auto *RD = cast<RecordDecl>(Ty->getAsTagDecl()); in createGlobalStruct()
1391 const auto *RD = cast<RecordDecl>(Ty->getAsTagDecl()); in createConstantGlobalStructAndAddToParent()
3604 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
3702 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
4638 cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in getDepobjElements()
4669 cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitDependData()
4731 cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitDepobjElementsSizes()
4788 cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitDepobjElements()
4973 cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitDepobjDependClause()
5078 cast<RecordDecl>(KmpDependInfoTy->getAsTagDecl()); in emitUpdateClause()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp475 llvm::dyn_cast_or_null<EnumDecl>(Loc.getType()->getAsTagDecl())) in getSupportedDeclFromTypeLoc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h239 assert(qt->getAsTagDecl() == nullptr || in GetType()
240 &qt->getAsTagDecl()->getASTContext() == &getASTContext()); in GetType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp213 tag = type->getAsTagDecl(); in RequireCompleteDeclContext()
H A DSemaStmtAsm.cpp816 FoundDecl = PT->getPointeeType()->getAsTagDecl(); in LookupInlineAsmField()
H A DSemaStmt.cpp315 if (const TagDecl *TD = ILE->getType()->getAsTagDecl()) { in DiagnoseUnusedExprResult()
H A DSemaExprCXX.cpp710 const auto *TD = Ty->getAsTagDecl(); in getUuidAttrOfType()
H A DSemaDecl.cpp16140 auto *TD = Context.getTagDeclType(PrevTagDecl)->getAsTagDecl(); in ActOnTag()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1754 return dyn_cast_or_null<CXXRecordDecl>(getAsTagDecl()); in getAsCXXRecordDecl()
1758 return dyn_cast_or_null<RecordDecl>(getAsTagDecl()); in getAsRecordDecl()
1761 TagDecl *Type::getAsTagDecl() const { in getAsTagDecl() function in Type
H A DExpr.cpp1551 if (const TagDecl *TD = getCallReturnType(Ctx)->getAsTagDecl()) in getUnusedResultAttr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2256 TagDecl *getAsTagDecl() const;