Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h521 void setStmt(LabelStmt *T) { TheStmt = T; } in setStmt() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp190 LD->setStmt(S); in VisitLabelStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp553 TheDecl->setStmt(LS); in ActOnLabelStmt()
H A DTreeTransform.h7310 S->getDecl()->setStmt(nullptr); in TransformLabelStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2695 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()