Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/unittests/Basic/
H A DSourceManagerTest.cpp176 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) { in TEST_F() argument
229 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()
230 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1); in TEST_F()
231 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2); in TEST_F()
232 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3); in TEST_F()
233 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1434 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2649 return SM.getMacroArgExpandedLocation(Loc); in getLocation()
2656 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset)); in getLocation()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1919 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { in getMacroArgExpandedLocation() function in SourceManager
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5862 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
6057 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin()); in clang_annotateTokensImpl()