Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp60 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump()
158 bool NativeTypeUDT::hasNestedTypes() const { in hasNestedTypes() function in NativeTypeUDT
160 return UnmodifiedType->hasNestedTypes(); in hasNestedTypes()
H A DNativeTypeEnum.cpp150 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump()
270 bool NativeTypeEnum::hasNestedTypes() const { in hasNestedTypes() function in NativeTypeEnum
272 return UnmodifiedType->hasNestedTypes(); in hasNestedTypes()
H A DNativeRawSymbol.cpp500 bool NativeRawSymbol::hasNestedTypes() const { in hasNestedTypes() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeUDT.h35 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeEnum.h33 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeTypedef.h31 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DPDBSymbolTypeBaseClass.h34 FORWARD_SYMBOL_METHOD(hasNestedTypes)
H A DIPDBRawSymbol.h193 virtual bool hasNestedTypes() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h52 bool hasNestedTypes() const override;
H A DNativeTypeUDT.h48 bool hasNestedTypes() const override;
H A DNativeRawSymbol.h171 bool hasNestedTypes() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h166 bool hasNestedTypes() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp335 RAW_METHOD_DUMP(OS, hasNestedTypes); in dump()
1030 bool DIARawSymbol::hasNestedTypes() const { in hasNestedTypes() function in DIARawSymbol