Home
last modified time | relevance | path

Searched defs:IsClassOrStruct (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp73 static bool IsClassOrStruct(dw_tag_t tag) { in IsClassOrStruct() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1572 bool ResultBuilder::IsClassOrStruct(const NamedDecl *ND) const { IsClassOrStruct() function in ResultBuilder