Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h456 bool BaseSpecifierIsEmpty(const clang::CXXBaseSpecifier *b);
H A DTypeSystemClang.cpp1822 bool TypeSystemClang::BaseSpecifierIsEmpty(const CXXBaseSpecifier *b) { in BaseSpecifierIsEmpty() function in TypeSystemClang
1837 if (BaseSpecifierIsEmpty(base_class)) in GetNumBaseClasses()
6657 if (BaseSpecifierIsEmpty(base_class)) in GetIndexForRecordBase()