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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 101 SourceLocation idLoc = toks[1].getLocation();
113 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(lsqrLoc, idLoc));
114 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(idLoc, rsqrLoc));
115 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(macroExpStartLoc, idLoc));
116 EXPECT_TRUE(SourceMgr.isBeforeInTranslationUnit(idLoc, macroExpEndLoc));
  /external/clang/unittests/Lex/
LexerTest.cpp 285 SourceLocation idLoc = toks[1].getLocation();
294 EXPECT_FALSE(Lexer::isAtStartOfMacroExpansion(idLoc, SourceMgr, LangOpts));
295 EXPECT_FALSE(Lexer::isAtEndOfMacroExpansion(idLoc, SourceMgr, LangOpts));
300 CharSourceRange::getTokenRange(lsqrLoc, idLoc), SourceMgr, LangOpts);
302 range = Lexer::makeFileCharRange(CharSourceRange::getTokenRange(idLoc, rsqrLoc),

Completed in 228 milliseconds