Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp268 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local
269 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1323 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1325 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()