Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp230 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22); in TEST_F() local
235 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
243 EXPECT_TRUE(defLoc2.isFileID()); in TEST_F()