Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h39 class UsingDecl; variable
/external/clang/unittests/AST/
DSourceLocationTest.cpp246 TEST(UsingDecl, SourceRange) { in TEST() argument
/external/clang/include/clang/AST/
DDeclCXX.h44 class UsingDecl; variable
2744 friend class UsingDecl; variable
2847 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function
DASTContext.h67 class UsingDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2036 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_MATCHER_P() local
2890 AST_MATCHER_P(UsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
/external/clang/include/clang/Sema/
DSema.h177 class UsingDecl; variable