Home
last modified time | relevance | path

Searched refs:LoopVarDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2667 Stmt *LoopVarDecl, in RebuildForRangeWithDereference() argument
2683 S, ForLoc, CoawaitLoc, InitStmt, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2695 S, ForLoc, CoawaitLoc, InitStmt, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2702 Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, in BuildCXXForRangeStmt() argument
2720 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl); in BuildCXXForRangeStmt()
2905 LoopVarDecl, ColonLoc, in BuildCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11008 Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc,