Home
last modified time | relevance | path

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

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