Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResultCast.cpp54 ValueObjectConstResultCast::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResultCast
H A DValueObjectConstResultChild.cpp65 ValueObjectConstResultChild::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResultChild
H A DValueObjectConstResult.cpp297 ValueObjectConstResult::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObjectConstResult
H A DValueObject.cpp2900 ValueObjectSP ValueObject::DoCast(const CompilerType &compiler_type) { in DoCast() function in ValueObject
2929 return DoCast(compiler_type); in Cast()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectConstResultCast.h51 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObjectConstResultChild.h56 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObjectConstResult.h106 lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override;
H A DValueObject.h641 virtual lldb::ValueObjectSP DoCast(const CompilerType &compiler_type);