Home
last modified time | relevance | path

Searched refs:isEofOrEom (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseInit.cpp499 while (!isEofOrEom()) { in ParseMicrosoftIfExistsBraceInitializer()
DParseObjc.cpp361 if (isEofOrEom()) in ParseObjCInterfaceDeclList()
1261 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseObjCClassInstanceVariables()
1540 while (!ObjCImplParsing.isFinished() && !isEofOrEom()) { in ParseObjCAtImplementationDeclaration()
1570 if (P.isEofOrEom()) { in ~ObjCImplParsingDataRAII()
DParseStmtAsm.cpp368 if (isEofOrEom()) in ParseMicrosoftAsmStatement()
DParseDeclCXX.cpp213 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseInnerNamespace()
2915 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseCXXMemberSpecification()
3830 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseMicrosoftIfExistsClassDeclaration()
DParseStmt.cpp950 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseCompoundStatementBody()
DParser.cpp1860 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseMicrosoftIfExistsExternalDeclaration()
DParseDecl.cpp3467 while (Tok.isNot(tok::r_brace) && !isEofOrEom()) { in ParseStructUnionBody()
/external/clang/include/clang/Parse/
DParser.h447 bool isEofOrEom() { in isEofOrEom() function