reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5205 return isInstantiationOfUnresolvedUsingDecl(UUD, Other, Ctx); 5208 return isInstantiationOfUnresolvedUsingDecl(UUD, Other, Ctx); 5210 if (D->getKind() != Other->getKind()) 5213 if (auto *Record = dyn_cast<CXXRecordDecl>(Other)) 5216 if (auto *Function = dyn_cast<FunctionDecl>(Other)) 5219 if (auto *Enum = dyn_cast<EnumDecl>(Other)) 5222 if (auto *Var = dyn_cast<VarDecl>(Other)) 5226 if (auto *Temp = dyn_cast<ClassTemplateDecl>(Other)) 5229 if (auto *Temp = dyn_cast<FunctionTemplateDecl>(Other)) 5233 dyn_cast<ClassTemplatePartialSpecializationDecl>(Other)) 5237 if (auto *Field = dyn_cast<FieldDecl>(Other)) { 5245 if (auto *Using = dyn_cast<UsingDecl>(Other)) 5248 if (auto *Shadow = dyn_cast<UsingShadowDecl>(Other)) 5252 D->getDeclName() == cast<NamedDecl>(Other)->getDeclName();