Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp68 struct UsingDeclaration { struct
69 const AnnotatedLine *Line;
70 std::string Label;
72 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() function
75 bool operator<(const UsingDeclaration &Other) const { in operator <()