Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp67 struct UsingDeclaration { struct
68 const AnnotatedLine *Line;
69 std::string Label;
71 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() function
74 bool operator<(const UsingDeclaration &Other) const { in operator <()
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.h463 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h248 UsingDeclaration, enumerator
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp928 const UsingDecl *UsingDeclaration) { in fixUsingShadowDecl()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp4662 TEST(UsingDeclaration, MatchesSpecificTarget) { in TEST() argument
4671 TEST(UsingDeclaration, ThroughUsingDeclaration) { in TEST() argument