Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1037 if (const TagType *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1039 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1270 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local
1272 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()