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 290 SourceLocation rsqrLoc = toks[2].getLocation();
300 EXPECT_TRUE(Lexer::isAtEndOfMacroExpansion(rsqrLoc, SourceMgr, LangOpts, &Loc));
306 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(idLoc, rsqrLoc),
309 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(lsqrLoc, rsqrLoc),
317 CharSourceRange::getTokenRange(lsqrLoc, rsqrLoc),
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 108 SourceLocation rsqrLoc = toks[2].getLocation();
120 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(idLoc, rsqrLoc));

Completed in 80 milliseconds