Home
last modified time | relevance | path

Searched refs:setStmt (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h153 void setStmt(Stmt *S) { this->S = S; } in setStmt() function
358 void setAllocator(Expr *A) { setStmt(A); } in setAllocator()
392 void setAlignment(Expr *A) { setStmt(A); } in setAlignment()
634 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()
680 void setNumThreads(Expr *NThreads) { setStmt(NThreads); } in setNumThreads()
725 void setSafelen(Expr *Len) { setStmt(Len); } in setSafelen()
760 void setSimdlen(Expr *Len) { setStmt(Len); } in setSimdlen()
981 void setNumForLoops(Expr *Num) { setStmt(Num); } in setNumForLoops()
8244 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()
8291 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()
[all …]
HDDecl.h524 void setStmt(LabelStmt *T) { TheStmt = T; } in setStmt() function
4449 void setStmt(Stmt *S);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp51 TSD->setStmt(Interp.SynthesizeExpr(cast<Expr>(TSD->getStmt()))); in HandleTopLevelDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp196 LD->setStmt(S); in VisitLabelStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp594 TheDecl->setStmt(LS); in ActOnLabelStmt()
HDTreeTransform.h7930 S->getDecl()->setStmt(nullptr); in TransformLabelStmt()
HDSemaDecl.cpp20099 D->setStmt(Statement); in ActOnFinishTopLevelStmtDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp5613 void TopLevelStmtDecl::setStmt(Stmt *S) { in setStmt() function in TopLevelStmtDecl
HDASTImporter.cpp2906 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()