Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp94 struct UsingDeclaration { struct
95 const AnnotatedLine *Line;
96 std::string Label;
98 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() function
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h463 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h268 UsingDeclaration, global() enumerator
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp926 SourceLocation Start = UsingDeclaration->getBeginLoc(); in fixUsingShadowDecl() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp4908 TEST(UsingDeclaration,MatchesSpecificTarget) TEST() argument
4917 TEST(UsingDeclaration,ThroughUsingDeclaration) TEST() argument