Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp147 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(TemplateOrUsing)) in getAsTemplateDecl() local
160 if (UsingShadowDecl *USD = getAsUsingShadowDecl()) in getAsTemplateDecl() local
210 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in getAsUsingShadowDecl() local
268 if (const auto* USD = getAsUsingShadowDecl()) in Profile() local
H A DQualTypeNames.cpp85 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName() local
H A DJSONNodeDumper.cpp915 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) { in VisitUsingShadowDecl()
H A DTextNodeDumper.cpp1168 const UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in dumpBareTemplateName() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp959 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in checkExportedDecl() local
H A DSemaCXXScopeSpec.cpp655 if (const auto *USD = dyn_cast<UsingShadowDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
H A DSemaLookup.cpp3615 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local
3820 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in ArgumentDependentLookup() local
H A DSemaDecl.cpp1143 if (const auto *USD = dyn_cast<UsingShadowDecl>(Found)) in ClassifyName() local
1179 if (auto *USD = dyn_cast<UsingShadowDecl>(Result.getRepresentativeDecl())) in ClassifyName() local
H A DSemaType.cpp3039 UsingShadowDecl *USD = in InventTemplateParameter() local
H A DSemaTemplate.cpp1113 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in BuildTypeConstraint() local
H A DSemaOpenMP.cpp17896 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in argumentDependentLookup() local
17907 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in argumentDependentLookup() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5900 void CGDebugInfo::EmitUsingShadowDecl(const UsingShadowDecl &USD) { in EmitUsingShadowDecl()
5916 for (const auto *USD : UD.shadows()) { in EmitUsingDecl() local
5942 for (const auto *USD : UD.shadows()) in EmitUsingEnumDecl() local