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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1598 Sema::BeginEndFunction BEF) {
1616 << BEF << IsTemplate << Description << E->getType();
1707 /// CandidateSet and BEF are set and some non-success value is returned on
1718 Sema::BeginEndFunction *BEF) {
1739 *BEF = BeginMemberLookup.empty() ? Sema::BEF_end : Sema::BEF_begin;
1742 << RangeLoc << BeginRange->getType() << *BEF;
1753 *BEF = Sema::BEF_begin;
1764 NoteForRangeBeginEndFunction(SemaRef, BeginExpr->get(), *BEF);
1768 *BEF = Sema::BEF_end;
1778 NoteForRangeBeginEndFunction(SemaRef, EndExpr->get(), *BEF);
1597 NoteForRangeBeginEndFunction(Sema &SemaRef, Expr *E, Sema::BeginEndFunction BEF) argument
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
[all...]
H A DSemaOverload.cpp11259 BeginEndFunction BEF,
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

Completed in 1258 milliseconds