Searched defs:UsingDeclaration (Results 1 – 5 of 5) 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 <()
463 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function
248 UsingDeclaration, enumerator
928 const UsingDecl *UsingDeclaration) { in fixUsingShadowDecl()
4662 TEST(UsingDeclaration, MatchesSpecificTarget) { in TEST() argument4671 TEST(UsingDeclaration, ThroughUsingDeclaration) { in TEST() argument