Searched refs:UsingLocation (Results 1 – 2 of 2) sorted by relevance
3414 SourceLocation UsingLocation; variable3427 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()3439 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()3442 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()3614 SourceLocation UsingLocation; variable3634 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()3635 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()3749 SourceLocation UsingLocation; variable3768 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()3778 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()[all …]
3083 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()3148 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()