Searched defs:macroExpStartLoc (Results 1 - 1 of 1) sorted by last modified time

/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp110 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1); local
112 ASSERT_TRUE(macroExpStartLoc.isFileID());
116 ASSERT_EQ("M", PP.getSpelling(macroExpStartLoc, str));
121 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(macroExpStartLoc, idLoc));

Completed in 34 milliseconds