Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h39 class UsingDecl; variable
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DSourceLocationTest.cpp246 TEST(UsingDecl, SourceRange) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h44 class UsingDecl; variable
2784 friend class UsingDecl; variable
2887 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function
H A DASTContext.h68 class UsingDecl; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2231 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_MATCHER_P() local
3097 AST_MATCHER_P(UsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h177 class UsingDecl; variable