Searched defs:setInit (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtCXX.h | 192 void setInit(Stmt *S) { SubExprs[INIT] = S; } in setInit() function |
H A D | Expr.h | 5066 void setInit(unsigned Init, Expr *expr) { setInit() function |
H A D | StmtOpenMP.h | 1188 void setInit(Expr *Init) { Data->getChildren()[InitOffset] = Init; } setInit() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 2442 void VarDecl::setInit(Expr *I) { setInit() function in VarDecl |