Home
last modified time | relevance | path

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

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