reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
   27 class ClangExpressionHelper : public ExpressionTypeSystemHelper {

Declarations

tools/lldb/include/lldb/lldb-forward.h
   99 class ExpressionTypeSystemHelper;

References

include/llvm/Support/Casting.h
   57   static inline bool doit(const From &Val) {
  104   static inline bool doit(const From *Val) {
  106     return isa_impl<To, From>::doit(*Val);
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  265   return cast_convert_val<X, Y*,
  266                           typename simplify_type<Y*>::SimpleType>::doit(Val);
  342 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type dyn_cast(Y *Val) {
  342 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type dyn_cast(Y *Val) {
tools/lldb/include/lldb/Expression/Expression.h
   91   virtual ExpressionTypeSystemHelper *GetTypeSystemHelper() { return nullptr; }
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
   27 class ClangExpressionHelper : public ExpressionTypeSystemHelper {
   29   static bool classof(const ExpressionTypeSystemHelper *ts) {
   35             ExpressionTypeSystemHelper::LLVMCastKind::eKindClangHelper) {}
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  136   ExpressionTypeSystemHelper *GetTypeSystemHelper() override {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  150   ExpressionTypeSystemHelper *GetTypeSystemHelper() override {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
   84   ExpressionTypeSystemHelper *GetTypeSystemHelper() override {
usr/include/c++/7.4.0/type_traits
 1983     { typedef _Up     type; };