Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp57 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
128 bool NativeTypeUDT::hasConstructor() const { in hasConstructor() function in NativeTypeUDT
130 return UnmodifiedType->hasConstructor(); in hasConstructor()
H A DNativeTypeEnum.cpp148 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
258 bool NativeTypeEnum::hasConstructor() const { in hasConstructor() function in NativeTypeEnum
260 return UnmodifiedType->hasConstructor(); in hasConstructor()
H A DNativeTypeFunctionSig.cpp125 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
173 bool NativeTypeFunctionSig::hasConstructor() const { in hasConstructor() function in NativeTypeFunctionSig
H A DNativeRawSymbol.cpp407 bool NativeRawSymbol::hasConstructor() const { in hasConstructor() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h26 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeEnum.h31 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeUDT.h30 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeBaseClass.h30 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DIPDBRawSymbol.h170 virtual bool hasConstructor() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h46 bool hasConstructor() const override;
H A DNativeTypeEnum.h44 bool hasConstructor() const override;
H A DNativeTypeUDT.h48 bool hasConstructor() const override;
H A DNativeRawSymbol.h148 bool hasConstructor() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h143 bool hasConstructor() const override;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp318 MOCK_SYMBOL_ACCESSOR(hasConstructor)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp938 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol