Home | History | Annotate | Download | only in Sema

Lines Matching defs:Loc

41                       SourceLocation Loc = SourceLocation(), 
44 VK_LValue, Loc, LocInfo));
3186 Sema::CompareReferenceRelationship(SourceLocation Loc,
3210 } else if (!RequireCompleteType(Loc, OrigT2, PDiag()) &&
3886 /// \param Loc The source location of the construct that requires the
3916 Sema::ConvertToIntegralOrEnumerationType(SourceLocation Loc, Expr *From,
3939 Diag(Loc, NotIntDiag)
3945 if (RequireCompleteType(Loc, T, IncompleteDiag))
3983 Diag(Loc, ExplicitConvDiag)
4021 Diag(Loc, ConvDiag)
4035 Diag(Loc, AmbigDiag)
4048 Diag(Loc, NotIntDiag)
4919 SourceLocation Loc,
5062 SourceLocation Loc,
5112 if (SemaRef.RequireCompleteType(Loc, Ty, 0))
5131 AddTypesConvertedFrom(Conv->getConversionType(), Loc, false, false,
6462 SourceLocation Loc,
6527 Loc,
6568 /// \param Loc the location of the function name (or operator symbol) for
6576 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
6583 if (Best == end() || isBetterOverloadCandidate(S, *Cand, *Best, Loc,
6597 !isBetterOverloadCandidate(S, *Best, *Cand, Loc,
9592 SourceLocation Loc = Base->getExprLoc();
9602 OverloadCandidateSet CandidateSet(Loc);
9605 if (RequireCompleteType(Loc, Base->getType(),
9803 SourceLocation Loc = MemExpr->getMemberLoc();
9805 Loc = MemExpr->getQualifierLoc().getBeginLoc();
9806 Base = new (Context) CXXThisExpr(Loc,