Searched refs:getMacroArgExpandedLocation (Results 1 – 15 of 15) 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()
270 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument331 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()332 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()333 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()334 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()335 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
57 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.Begin)); in foreachRange()59 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.End)); in foreachRange()
127 SourceLocation Start = SM.getMacroArgExpandedLocation( in forAllRanges()129 SourceLocation End = SM.getMacroArgExpandedLocation( in forAllRanges()
181 SourceLocation Next = SM.getMacroArgExpandedLocation(Prev); in isFirstExpansion()
934 TB.expandedTokens(SM.getMacroArgExpandedLocation(T.location())); in touching()
428 TB.sourceManager().getMacroArgExpandedLocation(SpellingLoc)); in tokenSpelledAt()
1463 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
1600 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
2503 return SM.getMacroArgExpandedLocation(Loc); in getLocation()2510 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
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
1858 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()
7489 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()7665 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()