Home | History | Annotate | Download | only in Parse

Lines Matching refs:TPResult

2019       TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false);
2021 if (TPR == TPResult::False())
3317 TPResult TPR = isExpressionOrTypeSpecifierSimple(NextToken().getKind());
3320 if (TPR == TPResult::True())
3326 else if (TPR == TPResult::False() &&
3346 isCXXDeclarationSpecifier(TPResult::True()) != TPResult::True()) ||