Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp51 TSD->setStmt(Interp.SynthesizeExpr(cast<Expr>(TSD->getStmt()))); in HandleTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.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()
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()
8204 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()
8296 void setEventHandler(Expr *E) { setStmt(E); } in setEventHandler()
8703 void setThreadID(Expr *TID) { setStmt(TID); } in setThreadID()
[all …]
H A DDecl.h524 void setStmt(LabelStmt *T) { TheStmt = T; } in setStmt() function
4433 void setStmt(Stmt *S) { in setStmt() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp571 TheDecl->setStmt(LS); in ActOnLabelStmt()
H A DTreeTransform.h7646 S->getDecl()->setStmt(nullptr); in TransformLabelStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp196 LD->setStmt(S); in VisitLabelStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2858 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()