HomeSort by relevance Sort by last modified time
    Searched full:defloc2 (Results 1 - 1 of 1) sorted by null

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 219 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22);
224 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2);
232 EXPECT_TRUE(defLoc2.isFileID());

Completed in 37 milliseconds