Lines Matching defs:SourceLocation

41                       SourceLocation Loc = SourceLocation(), 
3827 Sema::CompareReferenceRelationship(SourceLocation Loc,
3902 QualType DeclType, SourceLocation DeclLoc,
4030 SourceLocation DeclLoc,
4535 SourceLocation Loc,
5028 Sema::ConvertToIntegralOrEnumerationType(SourceLocation Loc, Expr *From,
5887 SourceLocation OpLoc,
6049 SourceLocation Loc,
6192 SourceLocation Loc,
7354 SourceLocation OpLoc,
7543 bool Operator, SourceLocation Loc,
7595 SourceLocation Loc,
7718 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
7869 SourceLocation CaretLoc,
8373 SourceLocation OpLoc,
8391 void NoteAmbiguousUserConversions(Sema &S, SourceLocation OpLoc,
8404 SourceLocation GetLocationForCandidate(const OverloadCandidate *Cand) {
8409 return SourceLocation();
8459 if (isBetterOverloadCandidate(S, *L, *R, SourceLocation())) return true;
8460 if (isBetterOverloadCandidate(S, *R, *L, SourceLocation())) return false;
8537 SourceLocation LLoc = GetLocationForCandidate(L);
8538 SourceLocation RLoc = GetLocationForCandidate(R);
8641 SourceLocation OpLoc) {
9325 DiagnoseTwoPhaseLookup(Sema &SemaRef, SourceLocation FnLoc,
9419 SourceLocation OpLoc,
9497 SourceLocation LParenLoc,
9499 SourceLocation RParenLoc,
9504 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc();
9561 SourceLocation LParenLoc,
9563 SourceLocation RParenLoc,
9704 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, unsigned OpcIn,
9727 SourceLocation());
9802 SourceLocation(),
9905 Sema::CreateOverloadedBinOp(SourceLocation OpLoc,
10019 SourceLocation(), Owned(Args[1]));
10035 SourceLocation(), Owned(Args[0]));
10043 SourceLocation(), Owned(Args[1]));
10170 Sema::CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,
10171 SourceLocation RLoc,
10249 SourceLocation(),
10349 SourceLocation LParenLoc, Expr **Args,
10350 unsigned NumArgs, SourceLocation RParenLoc) {
10588 SourceLocation LParenLoc,
10590 SourceLocation RParenLoc) {
10839 SourceLocation(), Arg);
10881 Sema::BuildOverloadedArrowExpr(Scope *S, Expr *Base, SourceLocation OpLoc) {
10888 SourceLocation Loc = Base->getExprLoc();
10989 SourceLocation LitEndLoc,
10991 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
11035 SourceLocation(), Args[ArgIdx]);
11186 SourceLocation Loc = MemExpr->getMemberLoc();