Searched defs:UsingDeclaration (Results 1 – 2 of 2) sorted by relevance
94 struct UsingDeclaration { struct95 const AnnotatedLine *Line;96 std::string Label;98 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() argument
463 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function