Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dextern-c.cpp184 namespace using_decl {
189 using using_decl::name_with_using_decl_1;
190 using using_decl::name_with_using_decl_2;
193 using using_decl::name_with_using_decl_3;
165 namespace using_decl { global() namespace
H A Dcoro-return-type-and-wrapper.cpp50 namespace using_decl { namespace
H A Dtypo-correction.cpp321 namespace using_decl {
320 namespace using_decl { global() namespace
/llvm-project/clang/test/Modules/
H A Dusing-decl.cpp8 @import using_decl.a;
57 @import using_decl.a;
63 @import using_decl.b;
/llvm-project/clang/test/ARCMT/Inputs/
H A Dmodule.modulemap282 module using_decl {
/llvm-project/clang/test/Modules/Inputs/
H A Dmodule.modulemap309 module using_decl {
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1948 clang::UsingDirectiveDecl *using_decl = clang::UsingDirectiveDecl::Create( in CreateUsingDirectiveDeclaration() local
1954 decl_ctx->addDecl(using_decl); in CreateUsingDirectiveDeclaration()
1955 SetOwningModule(using_decl, owning_module); in CreateUsingDirectiveDeclaration()
1956 return using_decl; in CreateUsingDirectiveDeclaration()
1966 clang::UsingDecl *using_decl = clang::UsingDecl::Create( in CreateUsingDeclaration() local
1969 SetOwningModule(using_decl, owning_module); in CreateUsingDeclaration()
1972 target->getDeclName(), using_decl, target); in CreateUsingDeclaration()
1974 using_decl->addShadowDecl(shadow_decl); in CreateUsingDeclaration()
1975 current_decl_ctx->addDecl(using_decl); in CreateUsingDeclaration()
1976 return using_decl; in CreateUsingDeclaration()
[all...]