Home
last modified time | relevance | path

Searched refs:UsingDirective (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DGlobalNamesInHeadersCheck.cpp63 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/
DPreferRegisterOverUnsignedCheck.cpp48 for (const auto *UsingDirective : Context->using_directives()) { in check() local
49 const NamespaceDecl *Namespace = UsingDirective->getNominatedNamespace(); in check()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp591 UsingDirective, enumerator
604 return UnnamedDeclKind::UsingDirective; in getUnnamedDeclKind()
617 case UnnamedDeclKind::UsingDirective: in getUnnamedDeclDiag()
DSemaCodeComplete.cpp3850 case Decl::UsingDirective: in getCursorKindForDecl()
/external/clang/include/clang/Basic/
DDeclNodes.td19 def UsingDirective : DDecl<Named>;
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp647 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/
DDeclNodes.td19 def UsingDirective : DeclNode<Named>;
/external/clang/lib/Serialization/
DASTCommon.cpp273 case Decl::UsingDirective: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp376 case Decl::UsingDirective: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp200 case Decl::Kind::UsingDirective: in HandleNamedDecl()
/external/clang/lib/Frontend/
DASTConsumers.cpp461 case Decl::UsingDirective: { in PrintDeclContext()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DBuildTreeTest.cpp3090 TEST_P(BuildSyntaxTreeTest, UsingDirective) { in TEST_P() argument
/external/clang/include/clang/AST/
DDeclCXX.h2647 : 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/
DDeclCXX.h2881 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc), in UsingDirectiveDecl()
2952 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind()
/external/clang/lib/AST/
DDeclBase.cpp683 case UsingDirective: in getIdentifierNamespaceForKind()
DDecl.cpp1251 case Decl::UsingDirective: in computeLVForDecl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp840 case UsingDirective: in getIdentifierNamespaceForKind()
DDecl.cpp1351 case Decl::UsingDirective: in computeLVForDecl()
/external/clang/lib/CodeGen/
DCGDecl.cpp113 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
DCodeGenModule.cpp3805 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp144 case Decl::UsingDirective: // using namespace X; [C++] in EmitDecl()
DCodeGenModule.cpp5602 case Decl::UsingDirective: // using namespace X; [C++] in EmitTopLevelDecl()
/external/clang/tools/libclang/
DCIndex.cpp5648 case Decl::UsingDirective: in clang_getCursorDefinition()
6950 case Decl::UsingDirective: in getDeclLanguage()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6431 case Decl::UsingDirective: in clang_getCursorDefinition()
7881 case Decl::UsingDirective: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3063 case Decl::UsingDirective: return CXCursor_UsingDirective; in getCursorKindForDecl()

12