Home
last modified time | relevance | path

Searched refs:isClosedNonFlag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4075 bool isClosedNonFlag() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1630 if (TheDefaultStmt && UnhandledNames.empty() && ED->isClosedNonFlag()) in ActOnFinishSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4893 bool EnumDecl::isClosedNonFlag() const { in isClosedNonFlag() function in EnumDecl