Home
last modified time | relevance | path

Searched refs:getMacroArgExpandedLocation (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp337 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument
398 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()
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DTestSupport.cpp57 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.Begin)); in foreachRange()
59 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.End)); in foreachRange()
H A DClangRefactor.cpp127 SourceLocation Start = SM.getMacroArgExpandedLocation( in forAllRanges()
129 SourceLocation End = SM.getMacroArgExpandedLocation( in forAllRanges()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp217 SourceLocation Next = SM.getMacroArgExpandedLocation(Prev); in isFirstExpansion()
H A DSourceCode.cpp938 TB.expandedTokens(SM.getMacroArgExpandedLocation(T.location())); in touching()
H A DXRefs.cpp528 TB.sourceManager().getMacroArgExpandedLocation(SpellingLoc)); in tokenSpelledAt()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1630 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2479 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2486 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1909 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7770 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
7946 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()