Home | History | Annotate | Download | only in Parse

Lines Matching refs:TPResult

2320       TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false);
2323 if (TPR != TPResult::False) {
3846 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind());
3849 if (TPR == TPResult::True)
3855 else if (TPR == TPResult::False &&
3875 isCXXDeclarationSpecifier(TPResult::True) != TPResult::True) ||