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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h33 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeEnum.h32 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeTypedef.h30 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DPDBSymbolTypeUDT.h34 FORWARD_SYMBOL_METHOD(hasCastOperator)
H A DIPDBRawSymbol.h187 virtual bool hasCastOperator() const = 0;
/freebsd-11-stable/contrib/llvm-project/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;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp59 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
150 bool NativeTypeUDT::hasCastOperator() const { function in class:NativeTypeUDT
152 return UnmodifiedType->hasCastOperator();
H A DNativeTypeEnum.cpp149 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
285 bool NativeTypeEnum::hasCastOperator() const { function in class:NativeTypeEnum
287 return UnmodifiedType->hasCastOperator();
H A DNativeRawSymbol.cpp460 bool NativeRawSymbol::hasCastOperator() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h156 bool hasCastOperator() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp325 RAW_METHOD_DUMP(OS, hasCastOperator);
990 bool DIARawSymbol::hasCastOperator() const { function in class:DIARawSymbol

Completed in 91 milliseconds