Searched refs:RangeLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1680 SourceLocation RangeLoc = Range->getLocStart();
1681 VarDecl *RangeVar = BuildForRangeVarDecl(*this, RangeLoc,
1684 if (FinishForRangeVarDecl(*this, RangeVar, Range, RangeLoc,
1691 StmtResult RangeDecl = ActOnDeclStmt(RangeGroup, RangeLoc, RangeLoc);
1738 SourceLocation RangeLoc = BeginVar->getLocation(); local
1741 SemaRef.Diag(RangeLoc, diag::err_for_range_member_begin_end_mismatch)
1742 << RangeLoc << BeginRange->getType() << *BEF;
1792 SourceLocation RangeLoc,
1795 ExprResult AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Dere
1787 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
1823 SourceLocation RangeLoc = RangeVar->getLocation(); local
[all...]
H A DSemaOverload.cpp11258 SourceLocation RangeLoc, VarDecl *Decl,
11276 << RangeLoc << BEF << Range->getType();
11283 << RangeLoc << BEF << Range->getType();
11318 << RangeLoc << BEF << Range->getType();
11257 BuildForRangeBeginEndCall(Scope *S, SourceLocation Loc, SourceLocation RangeLoc, VarDecl *Decl, BeginEndFunction BEF, const DeclarationNameInfo &NameInfo, LookupResult &MemberLookup, OverloadCandidateSet *CandidateSet, Expr *Range, ExprResult *CallExpr) argument
/external/clang/include/clang/Sema/
H A DSema.h1943 SourceLocation RangeLoc,

Completed in 501 milliseconds