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

/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp176 TEST_F(SourceManagerTest, getMacroArgExpandedLocation) {
229 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc);
230 loc1 = SourceMgr.getMacroArgExpandedLocation(loc1);
231 loc2 = SourceMgr.getMacroArgExpandedLocation(loc2);
232 loc3 = SourceMgr.getMacroArgExpandedLocation(loc3);
233 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2);
/external/clang/include/clang/Basic/
H A DSourceManager.h1430 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
/external/clang/lib/Frontend/
H A DASTUnit.cpp2679 return SM.getMacroArgExpandedLocation(Loc);
2686 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset));
/external/clang/lib/Basic/
H A DSourceManager.cpp1928 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const { function in class:SourceManager
/external/clang/tools/libclang/
H A DCIndex.cpp5665 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc));
5860 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin());

Completed in 889 milliseconds