Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp60 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); in dump()
151 bool NativeTypeUDT::hasCastOperator() const { in hasCastOperator() function in NativeTypeUDT
153 return UnmodifiedType->hasCastOperator(); in hasCastOperator()
H A DNativeTypeEnum.cpp150 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); in dump()
286 bool NativeTypeEnum::hasCastOperator() const { in hasCastOperator() function in NativeTypeEnum
288 return UnmodifiedType->hasCastOperator(); in hasCastOperator()
H A DNativeRawSymbol.cpp461 bool NativeRawSymbol::hasCastOperator() const { in hasCastOperator() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h31 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeEnum.h33 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeUDT.h35 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeBaseClass.h34 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DIPDBRawSymbol.h188 virtual bool hasCastOperator() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h45 bool hasCastOperator() const override;
H A DNativeTypeUDT.h48 bool hasCastOperator() const override;
H A DNativeRawSymbol.h162 bool hasCastOperator() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h157 bool hasCastOperator() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp326 RAW_METHOD_DUMP(OS, hasCastOperator); in dump()
991 bool DIARawSymbol::hasCastOperator() const { in hasCastOperator() function in DIARawSymbol