Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp59 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); in dump()
150 bool NativeTypeUDT::hasCastOperator() const { in hasCastOperator() function in NativeTypeUDT
152 return UnmodifiedType->hasCastOperator(); in hasCastOperator()
H A DNativeTypeEnum.cpp149 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); in dump()
285 bool NativeTypeEnum::hasCastOperator() const { in hasCastOperator() function in NativeTypeEnum
287 return UnmodifiedType->hasCastOperator(); in hasCastOperator()
H A DNativeRawSymbol.cpp460 bool NativeRawSymbol::hasCastOperator() const { in hasCastOperator() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeUDT.h34 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeEnum.h32 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeTypedef.h30 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeBaseClass.h33 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DIPDBRawSymbol.h183 virtual bool hasCastOperator() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h44 bool hasCastOperator() const override;
H A DNativeTypeUDT.h47 bool hasCastOperator() const override;
H A DNativeRawSymbol.h161 bool hasCastOperator() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h156 bool hasCastOperator() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp325 RAW_METHOD_DUMP(OS, hasCastOperator); in dump()
990 bool DIARawSymbol::hasCastOperator() const { in hasCastOperator() function in DIARawSymbol