Searched refs:getMacroArgExpandedLocation (Results 1 – 5 of 5) sorted by relevance
176 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument231 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()232 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()233 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()234 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()235 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
1463 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
2666 return SM.getMacroArgExpandedLocation(Loc); in getLocation()2673 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
1934 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
6554 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()6733 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()