Home
last modified time | relevance | path

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

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