Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp661 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in checkExportedDecl() local
H A DSemaLookup.cpp3396 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local
3595 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in ArgumentDependentLookup() local
H A DSemaOpenMP.cpp16020 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in argumentDependentLookup() local
16031 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in argumentDependentLookup() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp759 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) { in VisitUsingShadowDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4972 const UsingShadowDecl &USD = **UD.shadow_begin(); in EmitUsingDecl() local