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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h30 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeEnum.h31 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeTypedef.h26 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DPDBSymbolTypeUDT.h30 FORWARD_SYMBOL_METHOD(hasConstructor)
H A DIPDBRawSymbol.h170 virtual bool hasConstructor() const = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h46 bool hasConstructor() const override;
H A DNativeTypeEnum.h43 bool hasConstructor() const override;
H A DNativeTypeUDT.h47 bool hasConstructor() const override;
H A DNativeRawSymbol.h148 bool hasConstructor() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp57 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
128 bool NativeTypeUDT::hasConstructor() const { function in class:NativeTypeUDT
130 return UnmodifiedType->hasConstructor();
H A DNativeTypeFunctionSig.cpp125 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
173 bool NativeTypeFunctionSig::hasConstructor() const { function in class:NativeTypeFunctionSig
H A DNativeTypeEnum.cpp149 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
259 bool NativeTypeEnum::hasConstructor() const { function in class:NativeTypeEnum
261 return UnmodifiedType->hasConstructor();
H A DNativeRawSymbol.cpp407 bool NativeRawSymbol::hasConstructor() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h143 bool hasConstructor() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp938 bool DIARawSymbol::hasConstructor() const { function in class:DIARawSymbol

Completed in 204 milliseconds