Home
last modified time | relevance | path

Searched refs:hasConstructor (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
127 bool NativeTypeUDT::hasConstructor() const { in hasConstructor() function in NativeTypeUDT
129 return UnmodifiedType->hasConstructor(); in hasConstructor()
H A DNativeTypeEnum.cpp146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
254 bool NativeTypeEnum::hasConstructor() const { in hasConstructor() function in NativeTypeEnum
256 return UnmodifiedType->hasConstructor(); in hasConstructor()
H A DNativeTypeFunctionSig.cpp124 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
172 bool NativeTypeFunctionSig::hasConstructor() const { in hasConstructor() function in NativeTypeFunctionSig
H A DNativeRawSymbol.cpp408 bool NativeRawSymbol::hasConstructor() const { in hasConstructor() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeUDT.h31 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeEnum.h29 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeTypedef.h27 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeBaseClass.h30 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DIPDBRawSymbol.h170 virtual bool hasConstructor() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h49 bool hasConstructor() const override;
H A DNativeTypeEnum.h42 bool hasConstructor() const override;
H A DNativeTypeUDT.h44 bool hasConstructor() const override;
H A DNativeRawSymbol.h148 bool hasConstructor() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h143 bool hasConstructor() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp938 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol