Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp397 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22); in TEST_F() local
402 defLoc2 = SourceMgr.getMacroArgExpandedLocation(defLoc2); in TEST_F()
410 EXPECT_TRUE(defLoc2.isFileID()); in TEST_F()