Home
last modified time | relevance | path

Searched refs:isContainer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
HDIndex.h6172 int isContainer; member
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp9031 virtual auto isContainer() const -> bool { return false; } in isContainer() function
9059 auto isContainer() const -> bool override { return true; } in isContainer() function
9205 if( m_ref->isContainer() ) in cardinality()