Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp176 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument
231 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()
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp270 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument
331 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()
/external/llvm-project/clang/tools/clang-refactor/
DTestSupport.cpp57 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.Begin)); in foreachRange()
59 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.End)); in foreachRange()
DClangRefactor.cpp127 SourceLocation Start = SM.getMacroArgExpandedLocation( in forAllRanges()
129 SourceLocation End = SM.getMacroArgExpandedLocation( in forAllRanges()
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp181 SourceLocation Next = SM.getMacroArgExpandedLocation(Prev); in isFirstExpansion()
DSourceCode.cpp934 TB.expandedTokens(SM.getMacroArgExpandedLocation(T.location())); in touching()
DXRefs.cpp428 TB.sourceManager().getMacroArgExpandedLocation(SpellingLoc)); in tokenSpelledAt()
/external/clang/include/clang/Basic/
DSourceManager.h1463 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1600 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2503 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2510 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/external/clang/lib/Frontend/
DASTUnit.cpp2666 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2673 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/external/clang/lib/Basic/
DSourceManager.cpp1934 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1858 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/external/clang/tools/libclang/
DCIndex.cpp6554 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
6733 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp7489 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
7665 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()