Home
last modified time | relevance | path

Searched defs:isClosed (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h87 bool isClosed() const { return EndIndex != NoEntry; } in isClosed() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp38 bool isClosed() const { return K == Closed; } in isClosed() function
H A DStreamChecker.cpp147 bool isClosed() const { return State == Closed; } in isClosed() function
/llvm-project/clang/lib/AST/
H A DDecl.cpp4879 bool EnumDecl::isClosed() const { isClosed() function in EnumDecl