Home | History | Annotate | Download | only in Sema

Lines Matching refs:Perform

46   // Determine where to perform name lookup.
143 // Perform lookup into the current scope (only).
864 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, exprs);
1394 ExprResult FullInit = InitSeq.Perform(*this, Entity, Kind,
1605 // To perform this comparison, we compute the function type that
1634 // Perform template argument deduction to try to match the
2058 // Perform lvalue-to-rvalue cast, if needed.
2090 // We have a single conversion to a pointer-to-object type. Perform
2395 /// PerformImplicitConversion - Perform an implicit conversion of the
2475 llvm_unreachable("Cannot perform an ellipsis conversion");
2485 /// PerformImplicitConversion - Perform an implicit conversion of the
2543 // Perform the first implicit conversion.
2553 assert(!FromRes.isInvalid() && "Can't perform deduced conversion?!");
2574 // Perform the second implicit conversion
2703 // Perform half-to-boolean conversion via float.
2844 // If this conversion sequence involved a scalar -> atomic conversion, perform
3398 // Perform the initialization in an unevaluated context within a SFINAE
3411 ExprResult Result = Init.Perform(S, To, InitKind, ArgExprs);
3560 // Perform the initialization in an unevaluated context within a SFINAE
3569 ExprResult Result = Init.Perform(Self, To, Kind, FromPtr);
4042 // We found a match. Perform the conversions on the arguments and move on.
4088 /// \brief Perform an "extended" implicit conversion as returned by
4096 ExprResult Result = InitSeq.Perform(Self, Entity, Kind, Arg);
4236 // we can perform is to add cv-qualifiers.
4565 = E1ToC1.Perform(*this, Entity1, Kind, E1);
4572 = E2ToC1.Perform(*this, Entity1, Kind, E2);
4590 = E1ToC2.Perform(*this, Entity2, Kind, E1);
4597 = E2ToC2.Perform(*this, Entity2, Kind, E2);
4849 // In MS mode, don't perform any extra checking of call return types within a
4854 // Perform the semantic checks we delayed until this point.
5185 // it's location, and we'll perform (qualified) name lookup again at
5423 /// Perform the conversions required for an expression used in a
5450 // volatile lvalue with a special form, we perform an lvalue-to-rvalue