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

  /external/clang/unittests/Lex/
LexerTest.cpp 104 SourceLocation idLoc = toks[1].getLocation();
113 EXPECT_FALSE(Lexer::isAtStartOfMacroExpansion(idLoc, SourceMgr, LangOpts));
114 EXPECT_FALSE(Lexer::isAtEndOfMacroExpansion(idLoc, SourceMgr, LangOpts));
119 CharSourceRange::getTokenRange(lsqrLoc, idLoc), SourceMgr, LangOpts);
121 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(idLoc, rsqrLoc),
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 92 SourceLocation idLoc = toks[1].getLocation();
104 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(lsqrLoc, idLoc));
105 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(idLoc, rsqrLoc));
106 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(macroExpStartLoc, idLoc));
107 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(idLoc, macroExpEndLoc));

Completed in 193 milliseconds