/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | GlobalNamesInHeadersCheck.cpp | 63 if (const auto *UsingDirective = dyn_cast<UsingDirectiveDecl>(D)) { in check() local 64 if (UsingDirective->getNominatedNamespace()->isAnonymousNamespace()) { in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
D | PreferRegisterOverUnsignedCheck.cpp | 48 for (const auto *UsingDirective : Context->using_directives()) { in check() local 49 const NamespaceDecl *Namespace = UsingDirective->getNominatedNamespace(); in check()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaModule.cpp | 591 UsingDirective, enumerator 604 return UnnamedDeclKind::UsingDirective; in getUnnamedDeclKind() 617 case UnnamedDeclKind::UsingDirective: in getUnnamedDeclDiag()
|
D | SemaCodeComplete.cpp | 3850 case Decl::UsingDirective: in getCursorKindForDecl()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 19 def UsingDirective : DDecl<Named>;
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | SourceCode.cpp | 647 UsingDirective // using namespace <ns>. Payload is unresolved <ns>. enumerator 768 Event.Trigger = NamespaceEvent::UsingDirective; in parseNamespaceEvents() 806 case NamespaceEvent::UsingDirective: in visibleNamespaces() 1055 if (Event.Trigger == NamespaceEvent::UsingDirective) in getEligiblePoints()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DeclNodes.td | 19 def UsingDirective : DeclNode<Named>;
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 273 case Decl::UsingDirective: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTCommon.cpp | 376 case Decl::UsingDirective: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InterfaceStubFunctionsConsumer.cpp | 200 case Decl::Kind::UsingDirective: in HandleNamedDecl()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 461 case Decl::UsingDirective: { in PrintDeclContext()
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | BuildTreeTest.cpp | 3090 TEST_P(BuildSyntaxTreeTest, UsingDirective) { in TEST_P() argument
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2647 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl() 2703 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 2881 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl() 2952 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 683 case UsingDirective: in getIdentifierNamespaceForKind()
|
D | Decl.cpp | 1251 case Decl::UsingDirective: in computeLVForDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 840 case UsingDirective: in getIdentifierNamespaceForKind()
|
D | Decl.cpp | 1351 case Decl::UsingDirective: in computeLVForDecl()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 113 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
|
D | CodeGenModule.cpp | 3805 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 144 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
|
D | CodeGenModule.cpp | 5602 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5648 case Decl::UsingDirective: in clang_getCursorDefinition() 6950 case Decl::UsingDirective: in getDeclLanguage()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 6431 case Decl::UsingDirective: in clang_getCursorDefinition() 7881 case Decl::UsingDirective: in getDeclLanguage()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3063 case Decl::UsingDirective: return CXCursor_UsingDirective; in getCursorKindForDecl()
|