Searched defs:UUD (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 6011 if (auto *UUD = dyn_cast<UnresolvedUsingTypenameDecl>(D)) isInstantiationOf() local |
H A D | SemaOverload.cpp | 1186 } else if (auto *UUD = dyn_cast<UnresolvedUsingValueDecl>(OldD)) { CheckOverload() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 1479 getInstantiatedFromUsingDecl(NamedDecl * UUD) getInstantiatedFromUsingDecl() argument |