Home
last modified time | relevance | path

Searched refs:hasNestedTypes (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeUDT.cpp61 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump()
159 bool NativeTypeUDT::hasNestedTypes() const { in hasNestedTypes() function in NativeTypeUDT
161 return UnmodifiedType->hasNestedTypes(); in hasNestedTypes()
HDNativeTypeEnum.cpp153 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump()
275 bool NativeTypeEnum::hasNestedTypes() const { in hasNestedTypes() function in NativeTypeEnum
277 return UnmodifiedType->hasNestedTypes(); in hasNestedTypes()
HDNativeRawSymbol.cpp499 bool NativeRawSymbol::hasNestedTypes() const { in hasNestedTypes() function in NativeRawSymbol
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolTypeTypedef.h30 FORWARD_SYMBOL_METHOD(hasNestedTypes)
HDPDBSymbolTypeUDT.h34 FORWARD_SYMBOL_METHOD(hasNestedTypes)
HDPDBSymbolTypeEnum.h35 FORWARD_SYMBOL_METHOD(hasNestedTypes)
HDPDBSymbolTypeBaseClass.h34 FORWARD_SYMBOL_METHOD(hasNestedTypes)
HDIPDBRawSymbol.h193 virtual bool hasNestedTypes() const = 0;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypeEnum.h53 bool hasNestedTypes() const override;
HDNativeTypeUDT.h51 bool hasNestedTypes() const override;
HDNativeRawSymbol.h171 bool hasNestedTypes() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h166 bool hasNestedTypes() const override;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp335 RAW_METHOD_DUMP(OS, hasNestedTypes); in dump()
1030 bool DIARawSymbol::hasNestedTypes() const { in hasNestedTypes() function in DIARawSymbol