Searched defs:UsingDeclaration (Results 1 – 1 of 1) sorted by relevance
68 struct UsingDeclaration { struct69 const AnnotatedLine *Line;70 std::string Label;72 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() function75 bool operator<(const UsingDeclaration &Other) const { in operator <()