Searched refs:getMacroArgExpandedLocation (Results 1 – 5 of 5) sorted by relevance
176 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument229 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()230 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()231 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()232 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()233 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
1430 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
2679 return SM.getMacroArgExpandedLocation(Loc); in getLocation()2686 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
1928 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
5665 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()5860 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()