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

  /external/clang/unittests/Lex/
LexerTest.cpp 137 SourceLocation macroIdLoc = toks[4].getLocation();
140 SourceLocation fileIdLoc = SourceMgr.getSpellingLoc(macroIdLoc);
144 CharSourceRange::getTokenRange(macroLsqrLoc, macroIdLoc),
149 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(macroIdLoc, macroRsqrLoc),
162 CharSourceRange::getTokenRange(SourceRange(macroLsqrLoc, macroIdLoc)),

Completed in 4394 milliseconds