Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h51 class UsingShadowDecl; variable
H A DSema.h193 class UsingShadowDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3312 internal::Matcher<UsingShadowDecl>, InnerMatcher) { in AST_MATCHER_P()
5003 internal::Matcher<UsingShadowDecl>, InnerMatcher) { in AST_MATCHER_P()
5020 AST_MATCHER_P(UsingShadowDecl, hasTargetDecl, in AST_MATCHER_P() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2663 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, in UsingShadowDecl() function in UsingShadowDecl
2673 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() function in UsingShadowDecl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h125 class UsingShadowDecl; variable