Searched defs:BeginEnd (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPragma.cpp1285 const IdentifierInfo *BeginEnd = Tok.getIdentifierInfo(); local
1286 if (BeginEnd && BeginEnd->isStr("begin")) {
1288 } else if (BeginEnd && BeginEnd->isStr("end")) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp2115 Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond,
2132 StmtResult BeginEndDecl = BeginEnd;
2114 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
H A DTreeTransform.h1647 Stmt *Range, Stmt *BeginEnd,
1668 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd,
6435 StmtResult BeginEnd = getDerived().TransformStmt(S->getBeginEndStmt());
6436 if (BeginEnd.isInvalid())
6462 BeginEnd.get() != S->getBeginEndStmt() ||
6468 BeginEnd.get(), Cond.get(),
6484 BeginEnd.get(), Cond.get(),
1645 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument

Completed in 207 milliseconds