Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h46 class UsingDecl; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp420 auto *UsingDecl = UsingDirectiveDecl::Create( in InitializeSema() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h74 class UsingDecl; variable
3530 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4285 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_POLYMORPHIC_MATCHER_P() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h221 class UsingDecl; variable