Home | History | Annotate | Download | only in Sema

Lines Matching refs:Perform

47   // Determine where to perform name lookup.
144 // Perform lookup into the current scope (only).
845 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, exprs);
1338 // If we can perform the initialization, and we've not already done so,
1364 ExprResult FullInit = InitSeq.Perform(*this, Entity, Kind,
1579 // To perform this comparison, we compute the function type that
1607 // Perform template argument deduction to try to match the
2031 // Perform lvalue-to-rvalue cast, if needed.
2067 // We have a single conversion to a pointer-to-object type. Perform
2365 /// PerformImplicitConversion - Perform an implicit conversion of the
2445 llvm_unreachable("Cannot perform an ellipsis conversion");
2455 /// PerformImplicitConversion - Perform an implicit conversion of the
2513 // Perform the first implicit conversion.
2523 assert(!FromRes.isInvalid() && "Can't perform deduced conversion?!");
2544 // Perform the second implicit conversion
2681 // Perform half-to-boolean conversion via float.
2828 // If this conversion sequence involved a scalar -> atomic conversion, perform
3392 // Perform the initialization in an unevaluated context within a SFINAE
3405 ExprResult Result = Init.Perform(S, To, InitKind, ArgExprs);
3554 // Perform the initialization in an unevaluated context within a SFINAE
3563 ExprResult Result = Init.Perform(Self, To, Kind, FromPtr);
4036 // We found a match. Perform the conversions on the arguments and move on.
4082 /// \brief Perform an "extended" implicit conversion as returned by
4090 ExprResult Result = InitSeq.Perform(Self, Entity, Kind, Arg);
4230 // we can perform is to add cv-qualifiers.
4559 = E1ToC1.Perform(*this, Entity1, Kind, E1);
4566 = E2ToC1.Perform(*this, Entity1, Kind, E2);
4584 = E1ToC2.Perform(*this, Entity2, Kind, E1);
4591 = E2ToC2.Perform(*this, Entity2, Kind, E2);
4843 // In MS mode, don't perform any extra checking of call return types within a
4848 // Perform the semantic checks we delayed until this point.
5182 // it's location, and we'll perform (qualified) name lookup again at
5420 /// Perform the conversions required for an expression used in a
5447 // volatile lvalue with a special form, we perform an lvalue-to-rvalue