Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/no-linkage/
Ddecls.h1 namespace RealNS { int UsingDecl; } variable
/external/clang/test/Modules/
Dno-linkage.cpp9 int UsingDecl; // expected-note {{candidate}} variable
Dusing-decl.cpp9 namespace UsingDecl { namespace
/external/clang/lib/CodeGen/
DCGDebugInfo.h41 class UsingDecl; variable
/external/clang/unittests/AST/
DSourceLocationTest.cpp290 TEST(UsingDecl, SourceRange) { in TEST() argument
/external/clang/include/clang/AST/
DDeclCXX.h46 class UsingDecl; variable
2844 friend class UsingDecl; variable
3059 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function
DASTContext.h70 class UsingDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2776 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_MATCHER_P() local
4230 AST_MATCHER_P(UsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
/external/clang/include/clang/Sema/
DSema.h182 class UsingDecl; variable