Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h443 bool containsNestedClass() const { in containsNestedClass() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2199 if (tag.asTag().isForwardRef() || !tag.asTag().containsNestedClass()) in BuildParentMap()