Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp28 if (const TagType *TagTy = Type->getAs<TagType>()) { in getUnderlyingTypeDecl() local
29 TypeDecl = TagTy->getDecl(); in getUnderlyingTypeDecl()
H A DDeclarationFragments.cpp267 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local
268 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1293 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1295 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()