Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1619 attributeOnlyIfTrue("sideEntry", LS->isSideEntry()); in VisitLabelStmt()
H A DTextNodeDumper.cpp1075 if (Node->isSideEntry()) in VisitLabelStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2068 bool isSideEntry() const { return SideEntry; } in isSideEntry() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp699 if (getLangOpts().EHAsynch && S.isSideEntry()) in EmitLabelStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp184 Record.push_back(S->isSideEntry()); in VisitLabelStmt()