Searched refs:UsingLocation (Results 1 – 2 of 2) sorted by relevance
3380 SourceLocation UsingLocation; variable3393 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()3405 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()3408 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()3580 SourceLocation UsingLocation; variable3600 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()3601 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()3715 SourceLocation UsingLocation; variable3734 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()3744 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()[all …]
3067 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()3132 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()