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

/external/regex-re2/re2/
H A Dcompile.cc189 void BeginRange();
477 void Compiler::BeginRange() { function in class:re2::Compiler
781 BeginRange();
807 BeginRange();
/external/clang/lib/Sema/
H A DSemaStmt.cpp1710 Expr *BeginRange, Expr *EndRange,
1742 << RangeLoc << BeginRange->getType() << *BEF;
1758 BeginRange, BeginExpr);
1709 BuildNonArrayForRange(Sema &SemaRef, Scope *S, Expr *BeginRange, Expr *EndRange, QualType RangeType, VarDecl *BeginVar, VarDecl *EndVar, SourceLocation ColonLoc, OverloadCandidateSet *CandidateSet, ExprResult *BeginExpr, ExprResult *EndExpr, Sema::BeginEndFunction *BEF) argument

Completed in 334 milliseconds