Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp61 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump()
159 bool NativeTypeUDT::hasNestedTypes() const { in hasNestedTypes() function in NativeTypeUDT
161 return UnmodifiedType->hasNestedTypes(); in hasNestedTypes()
H A DNativeTypeEnum.cpp151 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump()
271 bool NativeTypeEnum::hasNestedTypes() const { in hasNestedTypes() function in NativeTypeEnum
273 return UnmodifiedType->hasNestedTypes(); in hasNestedTypes()
H A DNativeRawSymbol.cpp501 bool NativeRawSymbol::hasNestedTypes() const { in hasNestedTypes() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h32 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeEnum.h34 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeUDT.h36 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeBaseClass.h35 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DIPDBRawSymbol.h198 virtual bool hasNestedTypes() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h53 bool hasNestedTypes() const override;
H A DNativeTypeUDT.h49 bool hasNestedTypes() const override;
H A DNativeRawSymbol.h172 bool hasNestedTypes() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h167 bool hasNestedTypes() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp336 RAW_METHOD_DUMP(OS, hasNestedTypes); in dump()
1031 bool DIARawSymbol::hasNestedTypes() const { in hasNestedTypes() function in DIARawSymbol