Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Modules/Inputs/no-linkage/
H A Ddecls.h1 namespace RealNS { int UsingDecl; } variable
/llvm-project-15.0.7/clang/test/Modules/
H A Dno-linkage.cpp9 int UsingDecl; // expected-note {{candidate}} variable
H A Dusing-decl.cpp9 namespace UsingDecl { namespace
/llvm-project-15.0.7/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp39 auto *UsingDecl = UsingDirectiveDecl::Create( in InitializeSema() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h43 class UsingDecl; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp186 TEST_F(TargetDeclTest, UsingDecl) { in TEST_F() argument
H A DSymbolCollectorTests.cpp1863 TEST_F(SymbolCollectorTest, UsingDecl) { in TEST_F() argument
H A DCodeCompleteTests.cpp3270 TEST(CompletionTest, UsingDecl) { in TEST() argument
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp483 TEST(UsingDecl, SourceRange) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h74 class UsingDecl; variable
3423 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4188 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_POLYMORPHIC_MATCHER_P() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h206 class UsingDecl; variable