Searched refs:BaseStartLoc (Results 1 – 2 of 2) sorted by relevance
1471 SourceLocation BaseStartLoc = getBase()->getLocStart(); in getLocStart() local1472 if (BaseStartLoc.isValid()) in getLocStart()1473 return BaseStartLoc; in getLocStart()
1594 SourceLocation BaseStartLoc = getBase()->getBeginLoc(); in getBeginLoc() local1595 if (BaseStartLoc.isValid()) in getBeginLoc()1596 return BaseStartLoc; in getBeginLoc()