Home
last modified time | relevance | path

Searched refs:using_decl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dextern-c.cpp165 namespace using_decl { namespace
170 using using_decl::name_with_using_decl_1;
171 using using_decl::name_with_using_decl_2;
174 using using_decl::name_with_using_decl_3;
H A Dtypo-correction.cpp320 namespace using_decl { namespace
/llvm-project-15.0.7/clang/test/Modules/
H A Dusing-decl.cpp8 @import using_decl.a;
57 @import using_decl.a;
63 @import using_decl.b;
/llvm-project-15.0.7/clang/test/ARCMT/Inputs/
H A Dmodule.map282 module using_decl {
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dmodule.map314 module using_decl {
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1956 clang::UsingDirectiveDecl *using_decl = clang::UsingDirectiveDecl::Create( in CreateUsingDirectiveDeclaration() local
1962 decl_ctx->addDecl(using_decl); in CreateUsingDirectiveDeclaration()
1963 SetOwningModule(using_decl, owning_module); in CreateUsingDirectiveDeclaration()
1964 return using_decl; in CreateUsingDirectiveDeclaration()
1974 clang::UsingDecl *using_decl = clang::UsingDecl::Create( in CreateUsingDeclaration() local
1977 SetOwningModule(using_decl, owning_module); in CreateUsingDeclaration()
1980 target->getDeclName(), using_decl, target); in CreateUsingDeclaration()
1982 using_decl->addShadowDecl(shadow_decl); in CreateUsingDeclaration()
1983 current_decl_ctx->addDecl(using_decl); in CreateUsingDeclaration()
1984 return using_decl; in CreateUsingDeclaration()