HomeSort by relevance Sort by last modified time
    Searched refs:rsqrLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/Lex/
LexerTest.cpp 286 SourceLocation rsqrLoc = toks[2].getLocation();
296 EXPECT_TRUE(Lexer::isAtEndOfMacroExpansion(rsqrLoc, SourceMgr, LangOpts, &Loc));
302 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(idLoc, rsqrLoc),
305 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(lsqrLoc, rsqrLoc),
313 CharSourceRange::getTokenRange(lsqrLoc, rsqrLoc),
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 102 SourceLocation rsqrLoc = toks[2].getLocation();
114 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(idLoc, rsqrLoc));

Completed in 180 milliseconds