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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1775 Sema::BeginEndFunction BEF) {
1793 << BEF << IsTemplate << Description << E->getType();
1885 /// CandidateSet and BEF are set and some non-success value is returned on
1896 Sema::BeginEndFunction *BEF) {
1917 *BEF = BeginMemberLookup.empty() ? Sema::BEF_end : Sema::BEF_begin;
1920 << RangeLoc << BeginRange->getType() << *BEF;
1931 *BEF = Sema::BEF_begin;
1942 NoteForRangeBeginEndFunction(SemaRef, BeginExpr->get(), *BEF);
1946 *BEF = Sema::BEF_end;
1956 NoteForRangeBeginEndFunction(SemaRef, EndExpr->get(), *BEF);
1774 NoteForRangeBeginEndFunction(Sema &SemaRef, Expr *E, Sema::BeginEndFunction BEF) argument
1887 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.cpp11678 BeginEndFunction BEF,
11695 << RangeLoc << BEF << Range->getType();
11702 << RangeLoc << BEF << Range->getType();
11734 << RangeLoc << BEF << Range->getType();
11676 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 81 milliseconds