OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defloc2
(Results
1 - 1
of
1
) sorted by null
/external/clang/unittests/Basic/
SourceManagerTest.cpp
220
SourceLocation
defLoc2
= SourceMgr.translateLineCol(mainFileID, 6, 22);
225
defLoc2
= SourceMgr.getMacroArgExpandedLocation(
defLoc2
);
233
EXPECT_TRUE(
defLoc2
.isFileID());
Completed in 105 milliseconds