Searched refs:getMacroArgExpandedLocation (Results 1 – 10 of 10) sorted by relevance
337 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument398 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()399 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()400 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()401 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()402 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()
217 SourceLocation Next = SM.getMacroArgExpandedLocation(Prev); in isFirstExpansion()
938 TB.expandedTokens(SM.getMacroArgExpandedLocation(T.location())); in touching()
528 TB.sourceManager().getMacroArgExpandedLocation(SpellingLoc)); in tokenSpelledAt()
1630 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
2479 return SM.getMacroArgExpandedLocation(Loc); in getLocation()2486 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
1909 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
7770 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()7946 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()