Searched refs:getMacroArgExpandedLocation (Results 1 – 5 of 5) sorted by relevance
175 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument228 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()229 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()230 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()231 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()232 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
1455 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
2656 return SM.getMacroArgExpandedLocation(Loc); in getLocation()2663 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
1927 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
6181 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()6363 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()