Home
last modified time | relevance | path

Searched defs:InitStmt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1338 bool Parser::ParseParenExprOrCondition(StmtResult *InitStmt, in ParseParenExprOrCondition()
1553 StmtResult InitStmt; in ParseIfStatement() local
1753 StmtResult InitStmt; in ParseSwitchStatement() local
H A DParseExprCXX.cpp2129 Parser::ParseCXXCondition(StmtResult *InitStmt, SourceLocation Loc, in ParseCXXCondition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp910 SourceLocation LParenLoc, Stmt *InitStmt, in ActOnIfStmt()
983 SourceLocation LParenLoc, Stmt *InitStmt, in BuildIfStmt()
1123 Stmt *InitStmt, ConditionResult Cond, in ActOnStartOfSwitchStmt()
2335 Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in ActOnCXXForRangeStmt()
2559 Stmt *InitStmt, in RebuildForRangeWithDereference()
2593 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in BuildCXXForRangeStmt()
H A DSemaDeclCXX.cpp8609 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(VD), Loc, Loc); in visitExpandedSubobject() local
14678 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc); in buildSingleCopyAssignRecursively() local
H A DSemaOpenMP.cpp14280 StmtResult InitStmt = new (Context) in ActOnOpenMPTileDirective() local
14366 StmtResult InitStmt = new (Context) in ActOnOpenMPTileDirective() local
14973 StmtResult InitStmt = new (Context) in ActOnOpenMPInterchangeDirective() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2047 if (const Stmt *InitStmt = For->getInit()) in EmitOMPCanonicalLoop() local