Searched defs:BeginRange (Results 1 - 2 of 2) sorted by relevance

/external/regex-re2/re2/
H A Dcompile.cc190 void BeginRange();
478 void Compiler::BeginRange() { function in class:re2::Compiler
782 BeginRange();
808 BeginRange();
/external/clang/lib/Sema/
H A DSemaStmt.cpp2031 Expr *BeginRange, Expr *EndRange,
2063 << RangeLoc << BeginRange->getType() << *BEF;
2078 BeginRange, BeginExpr);
2082 SemaRef.Diag(BeginRange->getLocStart(), diag::note_in_for_range)
2083 << ColonLoc << BEF_begin << BeginRange->getType();
2030 BuildNonArrayForRange(Sema &SemaRef, Expr *BeginRange, Expr *EndRange, QualType RangeType, VarDecl *BeginVar, VarDecl *EndVar, SourceLocation ColonLoc, OverloadCandidateSet *CandidateSet, ExprResult *BeginExpr, ExprResult *EndExpr, BeginEndFunction *BEF) argument

Completed in 62 milliseconds