Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp169 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument
221 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()
222 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()
223 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()
224 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()
225 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
/external/clang/include/clang/Basic/
DSourceManager.h1419 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/external/clang/lib/Frontend/
DASTUnit.cpp2740 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2747 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/external/clang/lib/Basic/
DSourceManager.cpp1935 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/external/clang/tools/libclang/
DCIndex.cpp5437 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
5624 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()