Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h153 void setStmt(Stmt *S) { this->S = S; } in setStmt() function
412 void setAllocator(Expr *A) { setStmt(A); } in setAllocator()
446 void setAlignment(Expr *A) { setStmt(A); } in setAlignment()
783 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()
841 void setNumThreads(Expr *NThreads) { setStmt(NThreads); } in setNumThreads()
895 void setSafelen(Expr *Len) { setStmt(Len); } in setSafelen()
930 void setSimdlen(Expr *Len) { setStmt(Len); } in setSimdlen()
1233 void setNumForLoops(Expr *Num) { setStmt(Num); } in setNumForLoops()
2423 void setExpr(Expr *E) { setStmt(E); } in setExpr()
8830 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()
[all …]
H A DDecl.h548 void setStmt(LabelStmt *T) { TheStmt = T; } in setStmt() function
4562 void setStmt(Stmt *S);
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp273 TLSD->setStmt(*ExprOrErr); in HandleTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5765 void TopLevelStmtDecl::setStmt(Stmt *S) { in setStmt() function in TopLevelStmtDecl
H A DASTImporter.cpp3176 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp629 TheDecl->setStmt(LS); in ActOnLabelStmt()
H A DTreeTransform.h8223 S->getDecl()->setStmt(nullptr); in TransformLabelStmt()
H A DSemaDecl.cpp20581 D->setStmt(Statement); in ActOnFinishTopLevelStmtDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp192 LD->setStmt(S); in VisitLabelStmt()