Home | History | Annotate | Download | only in Parse

Lines Matching refs:TPResult

1031         TPResult Result = TPResult::Error;
1038 if (Result == TPResult::Ambiguous && Tok.isNot(tok::semi))
1039 Result = TPResult::False;
1048 if (Result == TPResult::Ambiguous && InvalidAsDeclaration)
1049 Result = TPResult::False;
1054 if (Result != TPResult::False && Result != TPResult::Error) {