Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp420 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local
421 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1478 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1480 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()