Home
last modified time | relevance | path

Searched defs: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
H A DDeclarationFragments.cpp420 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1478 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local