Searched defs:UsingDeclaration (Results 1 – 2 of 2) sorted by relevance
67 struct UsingDeclaration { struct68 const AnnotatedLine *Line;69 std::string Label;71 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() function74 bool operator<(const UsingDeclaration &Other) const { in operator <()
468 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function