Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 <()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h468 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function