Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h44 class UsingShadowDecl; variable
H A DASTContext.h108 class UsingShadowDecl; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h49 class UsingShadowDecl; variable
H A DSema.h208 class UsingShadowDecl; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4283 internal::Matcher<UsingShadowDecl>, Inner) { in AST_POLYMORPHIC_MATCHER_P() argument
6656 AST_MATCHER_P(BaseUsingDecl,hasAnyUsingShadowDecl,internal::Matcher<UsingShadowDecl>,InnerMatcher) AST_MATCHER_P() argument
6674 AST_MATCHER_P(UsingShadowDecl,hasTargetDecl,internal::Matcher<NamedDecl>,InnerMatcher) AST_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3076 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, UsingShadowDecl() function in UsingShadowDecl
3088 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) UsingShadowDecl() function in UsingShadowDecl
[all...]