Home
last modified time | relevance | path

Searched refs:TagTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp27 if (const TagType *TagTy = Type->getAs<TagType>()) { in getUnderlyingTypeDecl() local
28 TypeDecl = TagTy->getDecl(); in getUnderlyingTypeDecl()
H A DDeclarationFragments.cpp377 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local
378 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1067 if (const TagType *TagTy = dyn_cast<TagType>(ET->desugar())) { in VisitTypedefNameDecl() local
1068 if (Decl->getName() == TagTy->getDecl()->getName()) { in VisitTypedefNameDecl()
1069 if (isa<RecordDecl>(TagTy->getDecl())) { in VisitTypedefNameDecl()
1072 if (TagTy->getDecl()->isEnum()) { in VisitTypedefNameDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1414 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1416 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()