Home | History | Annotate | Download | only in Parse

Lines Matching refs:Result

633   ExprResult Result = ParseExpression();
634 if (Result.isInvalid()) {
653 DiagID, Result.release()))
670 TypeResult Result = ParseTypeName();
671 if (Result.isInvalid()) {
689 DiagID, Result.release()))
694 /// that we only check that the result names a type; semantic analysis
695 /// will need to verify that the type names a class. The result is
1216 bool Result;
1218 Result = DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
1222 Result = DS.SetTypeSpecType(TagType, StartLoc,
1230 if (Result)
1328 BaseResult Result = ParseBaseSpecifier(ClassDecl);
1329 if (Result.isInvalid()) {
1335 BaseInfo.push_back(Result.get());
2319 ExceptionSpecificationType Result = EST_None;
2323 Result = ParseDynamicExceptionSpecification(SpecificationRange,
2332 return Result;
2358 if (Result == EST_None) {
2360 Result = NoexceptType;
2373 return Result;
2707 bool Result;
2708 if (ParseMicrosoftIfExistsCondition(Result))
2718 if (!Result) {