Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DTemplateNameTest.cpp73 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in TEST() local
106 const auto *USD = QTN->getUnderlyingTemplate().getAsUsingShadowDecl(); in TEST() local
/llvm-project/clang/lib/AST/
H A DTemplateName.cpp147 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(TemplateOrUsing)) getAsTemplateDecl() local
160 if (UsingShadowDecl *USD = getAsUsingShadowDecl()) getAsTemplateDecl() local
210 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) getAsUsingShadowDecl() local
H A DQualTypeNames.cpp85 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) getFullyQualifiedTemplateName() local
H A DJSONNodeDumper.cpp916 VisitUsingShadowDecl(const UsingShadowDecl * USD) VisitUsingShadowDecl() argument
H A DTextNodeDumper.cpp1168 const UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); dumpBareTemplateName() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp180 if (const auto *USD = dyn_cast<UsingShadowDecl>(ND)) check() local
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp210 } else if (const UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) { in add() local
267 if (auto *USD = llvm::dyn_cast<UsingShadowDecl>(DRE->getFoundDecl())) in add() local
273 if (auto *USD = in add() local
397 if (const auto *USD = DTST->getTemplateName().getAsUsingShadowDecl()) in add() local
538 if (const auto *USD = add() local
[all...]
H A DSemanticHighlighting.cpp101 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in kindForDecl() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DFindHeaders.cpp120 if (auto* USD = llvm::dyn_cast<UsingShadowDecl>(ND)) headerForAmbiguousStdSymbol() local
H A DWalkAST.cpp48 if (auto *USD = TN.getAsUsingShadowDecl()) resolveTemplateName() local
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp959 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { checkExportedDecl() local
H A DSemaCXXScopeSpec.cpp655 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier() local
H A DSemaLookup.cpp3615 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) LookupLiteralOperator() local
3820 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) ArgumentDependentLookup() local
H A DSemaDecl.cpp1143 if (const auto *USD = dyn_cast<UsingShadowDecl>(Found)) ClassifyName() local
1179 if (auto *USD = dyn_cast<UsingShadowDecl>(Result.getRepresentativeDecl())) ClassifyName() local
H A DSemaType.cpp3039 UsingShadowDecl *USD = InventTemplateParameter() local
H A DSemaTemplate.cpp1112 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); BuildTypeConstraint() local
H A DSemaOpenMP.cpp18382 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) argumentDependentLookup() local
18393 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) argumentDependentLookup() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5900 EmitUsingShadowDecl(const UsingShadowDecl & USD) EmitUsingShadowDecl() argument
5916 for (const auto *USD : UD.shadows()) { EmitUsingDecl() local
5942 for (const auto *USD : UD.shadows()) EmitUsingEnumDecl() local