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

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

Completed in 117 milliseconds