Home
last modified time | relevance | path

Searched defs:UsingDeclaration (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/Format/
DUsingDeclarationsSorter.cpp67 struct UsingDeclaration { struct
68 const AnnotatedLine *Line;
69 std::string Label;
71 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() argument
74 bool operator<(const UsingDeclaration &Other) const { in operator <()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h468 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1018 TEST(UsingDeclaration, MatchesUsingDeclarations) { in TEST() argument
1023 TEST(UsingDeclaration, MatchesShadowUsingDelcarations) { in TEST() argument
DASTMatchersTraversalTest.cpp1257 TEST(UsingDeclaration, MatchesSpecificTarget) { in TEST() argument
1266 TEST(UsingDeclaration, ThroughUsingDeclaration) { in TEST() argument
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp928 const UsingDecl *UsingDeclaration) { in fixUsingShadowDecl()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp3198 TEST(UsingDeclaration, MatchesSpecificTarget) { in TEST() argument
3207 TEST(UsingDeclaration, ThroughUsingDeclaration) { in TEST() argument