Searched refs:EndRangeLoc (Results 1 – 6 of 6) sorted by relevance
1617 SourceLocation EndRangeLoc; variable1695 HasSkippedBody(false), EndRangeLoc(NameInfo.getEndLoc()), in FunctionDecl()1753 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd()
2820 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()2986 EndRangeLoc = B->getEndLoc(); in setBody()3961 return SourceRange(getOuterLocStart(), EndRangeLoc); in getSourceRange()
1870 SourceLocation EndRangeLoc; variable2006 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd()
2504 EndRangeLoc = B->getLocEnd(); in setBody()3347 return SourceRange(getOuterLocStart(), EndRangeLoc); in getSourceRange()
780 FD->EndRangeLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
890 FD->EndRangeLoc = readSourceLocation(); in VisitFunctionDecl()