Searched refs:getMacroArgExpandedLocation (Results 1 – 5 of 5) sorted by relevance
169 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument221 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()222 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()223 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()224 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()225 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
1419 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
2740 return SM.getMacroArgExpandedLocation(Loc); in getLocation()2747 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
1935 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
5437 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()5624 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()