/llvm-project/clang/unittests/AST/ |
H A D | TemplateNameTest.cpp | 73 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in TEST() local 106 const auto *USD = QTN->getUnderlyingTemplate().getAsUsingShadowDecl(); in TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 147 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 D | QualTypeNames.cpp | 85 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) getFullyQualifiedTemplateName() local
|
H A D | JSONNodeDumper.cpp | 916 VisitUsingShadowDecl(const UsingShadowDecl * USD) VisitUsingShadowDecl() argument
|
H A D | TextNodeDumper.cpp | 1168 const UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); dumpBareTemplateName() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.cpp | 180 if (const auto *USD = dyn_cast<UsingShadowDecl>(ND)) check() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 210 } 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 D | SemanticHighlighting.cpp | 101 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in kindForDecl() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | FindHeaders.cpp | 120 if (auto* USD = llvm::dyn_cast<UsingShadowDecl>(ND)) headerForAmbiguousStdSymbol() local
|
H A D | WalkAST.cpp | 48 if (auto *USD = TN.getAsUsingShadowDecl()) resolveTemplateName() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 959 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { checkExportedDecl() local
|
H A D | SemaCXXScopeSpec.cpp | 655 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier() local
|
H A D | SemaLookup.cpp | 3615 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) LookupLiteralOperator() local 3820 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) ArgumentDependentLookup() local
|
H A D | SemaDecl.cpp | 1143 if (const auto *USD = dyn_cast<UsingShadowDecl>(Found)) ClassifyName() local 1179 if (auto *USD = dyn_cast<UsingShadowDecl>(Result.getRepresentativeDecl())) ClassifyName() local
|
H A D | SemaType.cpp | 3039 UsingShadowDecl *USD = InventTemplateParameter() local
|
H A D | SemaTemplate.cpp | 1112 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); BuildTypeConstraint() local
|
H A D | SemaOpenMP.cpp | 18382 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 D | CGDebugInfo.cpp | 5900 EmitUsingShadowDecl(const UsingShadowDecl & USD) EmitUsingShadowDecl() argument 5916 for (const auto *USD : UD.shadows()) { EmitUsingDecl() local 5942 for (const auto *USD : UD.shadows()) EmitUsingEnumDecl() local
|