Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h43 class UsingDecl; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp406 auto *UsingDecl = UsingDirectiveDecl::Create( in InitializeSema() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h74 class UsingDecl; variable
3437 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4189 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_POLYMORPHIC_MATCHER_P() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h206 class UsingDecl; variable