Home | History | Annotate | Download | only in Sema

Lines Matching refs:SemaRef

6057 static ExprResult attemptRecovery(Sema &SemaRef,
6060 LookupResult R(SemaRef, Consumer.getLookupResult().getLookupNameInfo(),
6067 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange());
6102 return SemaRef.BuildPossibleImplicitMemberExpr(
6106 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(),
6111 return SemaRef.BuildDeclarationNameExpr(NewSS, R, /*NeedsADL*/ false,
6143 auto &State = SemaRef.getTypoExprState(TE);
6159 SemaRef.clearDelayedTypo(TE);
6174 auto &State = SemaRef.getTypoExprState(TE);
6200 Sema::SFINAETrap Trap(SemaRef);
6209 TransformTypos(Sema &SemaRef, llvm::function_ref<ExprResult(Expr *)> Filter)
6210 : BaseTransform(SemaRef), ExprFilter(Filter) {}
6251 auto &State = SemaRef.getTypoExprState(TE);
6283 auto &State = SemaRef.getTypoExprState(E);
6290 State.RecoveryHandler(SemaRef, E, TC) :
6291 attemptRecovery(SemaRef, *State.Consumer, TC);