Home | History | Annotate | Download | only in Basic

Lines Matching refs:getPresumedLoc

988   return getPresumedLoc(Loc).getColumn();
1182 return getPresumedLoc(Loc).getLine();
1222 /// Note that this name does not respect #line directives. Use getPresumedLoc
1232 /// getPresumedLoc - This method returns the "presumed" location of a
1239 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc) const {