Home | History | Annotate | Download | only in Parse

Lines Matching refs:TPR

2256       TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false);
2259 if (TPR != TPResult::False) {
3718 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind());
3721 if (TPR == TPResult::True)
3727 else if (TPR == TPResult::False &&