Searched defs:getPresumedLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp1065 return getPresumedLoc(Loc).getColumn();
1296 return getPresumedLoc(Loc).getLine();
1336 /// Note that this name does not respect \#line directives. Use getPresumedLoc
1346 /// getPresumedLoc - This method returns the "presumed" location of a
1353 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc) const { function in class:SourceManager

Completed in 103 milliseconds