Searched defs:LoopVar (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtCXX.cpp | 50 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2519 Decl *LoopVar = DS->getSingleDecl(); ActOnCXXForRangeStmt() local 2773 VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl()); BuildCXXForRangeStmt() local [all...] |
H A D | TreeTransform.h | 2551 RebuildCXXForRangeStmt(SourceLocation ForLoc,SourceLocation CoawaitLoc,Stmt * Init,SourceLocation ColonLoc,Stmt * Range,Stmt * Begin,Stmt * End,Expr * Cond,Expr * Inc,Stmt * LoopVar,SourceLocation RParenLoc) RebuildCXXForRangeStmt() argument 8579 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); TransformCXXForRangeStmt() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2405 StmtResult LoopVar; global() member
|