Searched refs:isEofOrEom (Results 1 – 7 of 7) sorted by relevance
617 while (!isEofOrEom()) { in ParseMicrosoftIfExistsBraceInitializer()
682 if (isEofOrEom()) in ParseObjCInterfaceDeclList()1959 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseObjCClassInstanceVariables()2276 while (!ObjCImplParsing.isFinished() && !isEofOrEom()) { in ParseObjCAtImplementationDeclaration()2308 if (P.isEofOrEom()) { in ~ObjCImplParsingDataRAII()
412 if (isEofOrEom()) in ParseMicrosoftAsmStatement()
2274 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()2281 if (isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()2313 } else if (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2438 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseMicrosoftIfExistsExternalDeclaration()
5193 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseMicrosoftIfExistsClassDeclaration()
741 bool isEofOrEom() { in isEofOrEom() function