Home
last modified time | relevance | path

Searched defs:TagDeclType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp244 if (const TagType *TagDeclType = Type->getAs<TagType>()) { in getFullyQualifiedNestedNameSpecifier() local
327 } else if (const auto *TagDeclType = dyn_cast<TagType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local