Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTemplateName.h43 class UsingShadowDecl; variable
H A DASTContext.h135 class UsingShadowDecl; variable
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h50 class UsingShadowDecl; variable
H A DSema.h207 class UsingShadowDecl; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2987 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, in UsingShadowDecl() function in UsingShadowDecl
2999 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() function in UsingShadowDecl
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4186 internal::Matcher<UsingShadowDecl>, Inner) { in AST_POLYMORPHIC_MATCHER_P()
6410 internal::Matcher<UsingShadowDecl>, InnerMatcher) { in AST_MATCHER_P()
6428 AST_MATCHER_P(UsingShadowDecl, hasTargetDecl, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7385 AST_MATCHER_P(UsingShadowDecl, hasIntroducerDecl, internal::Matcher<NamedDecl>, in AST_MATCHER_P() argument