Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1265 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1267 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()