Lines Matching refs:eof
275 Eof.setKind(tok::eof); in ParseCXXNonStaticMemberInitializer()
414 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
447 if (Tok.isNot(tok::eof) || Tok.getEofData() != Param) { in ParseLexedMethodDeclaration()
462 while (Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
465 if (Tok.is(tok::eof) && Tok.getEofData() == Param) in ParseLexedMethodDeclaration()
495 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
555 if (Tok.isNot(tok::eof) || Tok.getEofData() != LM.Method) in ParseLexedMethodDeclaration()
568 while (Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
572 if (Tok.is(tok::eof) && Tok.getEofData() == LM.Method) in ParseLexedMethodDeclaration()
605 BodyEnd.setKind(tok::eof); in ParseLexedMethodDef()
630 while (Tok.isNot(tok::eof)) in ParseLexedMethodDef()
633 if (Tok.is(tok::eof) && Tok.getEofData() == LM.D) in ParseLexedMethodDef()
645 while (Tok.isNot(tok::eof)) in ParseLexedMethodDef()
648 if (Tok.is(tok::eof) && Tok.getEofData() == LM.D) in ParseLexedMethodDef()
664 while (Tok.isNot(tok::eof)) in ParseLexedMethodDef()
667 if (Tok.is(tok::eof) && Tok.getEofData() == LM.D) in ParseLexedMethodDef()
729 if (Tok.isNot(tok::eof)) { in ParseLexedMemberInitializer()
739 while (Tok.isNot(tok::eof)) in ParseLexedMemberInitializer()
781 AttrEnd.setKind(tok::eof); in ParseLexedAttribute()
843 while (Tok.isNot(tok::eof)) in ParseLexedAttribute()
846 if (Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData()) in ParseLexedAttribute()
901 case tok::eof: in ConsumeAndStoreUntil()
1321 case tok::eof: in ConsumeAndStoreInitializer()