Searched defs:setStmt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 524 void setStmt(LabelStmt *T) { TheStmt = T; } setStmt() function |
H A D | OpenMPClause.h | 153 void setStmt(Stmt *S) { this->S = S; } in setStmt() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 5609 void TopLevelStmtDecl::setStmt(Stmt *S) { setStmt() function in TopLevelStmtDecl |