Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h50 class UsingShadowDecl; variable
DSema.h208 class UsingShadowDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h4142 internal::Matcher<UsingShadowDecl>, InnerMatcher) { in AST_MATCHER_P()
6213 internal::Matcher<UsingShadowDecl>, InnerMatcher) { in AST_MATCHER_P()
6231 AST_MATCHER_P(UsingShadowDecl, hasTargetDecl, in AST_MATCHER_P() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclCXX.cpp2971 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, in UsingShadowDecl() function in UsingShadowDecl
2981 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() function in UsingShadowDecl
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h137 class UsingShadowDecl; variable