Home
last modified time | relevance | path

Searched refs:DoCast (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp54 ValueObjectConstResultCast::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResultCast
H A DValueObjectConstResultChild.cpp66 ValueObjectConstResultChild::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResultChild
H A DValueObjectConstResult.cpp294 ValueObjectConstResult::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResult
H A DValueObject.cpp2937 ValueObjectSP ValueObject::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObject
2965 return DoCast(compiler_type); in Cast()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h51 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObjectConstResultChild.h60 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObjectConstResult.h106 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObject.h637 virtual lldb::ValueObjectSP DoCast(const CompilerType &compiler_type);