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

Derived Classes

tools/lldb/include/lldb/Expression/FunctionCaller.h
   56 class FunctionCaller : public Expression {
tools/lldb/include/lldb/Expression/UserExpression.h
   35 class UserExpression : public Expression {
tools/lldb/include/lldb/Expression/UtilityFunction.h
   30 class UtilityFunction : public Expression {

Declarations

tools/lldb/include/lldb/lldb-forward.h
   96 class Expression;

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/ExpressionParser.h
   39   ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
  142   Expression &m_expr; ///< The expression to be parsed
tools/lldb/include/lldb/Expression/FunctionCaller.h
   56 class FunctionCaller : public Expression {
   59   static bool classof(const Expression *E) {
tools/lldb/include/lldb/Expression/LLVMUserExpression.h
   35   static bool classof(const Expression *E) {
tools/lldb/include/lldb/Expression/UserExpression.h
   35 class UserExpression : public Expression {
   38   static bool classof(const Expression *E) {
tools/lldb/include/lldb/Expression/UtilityFunction.h
   30 class UtilityFunction : public Expression {
   33   static bool classof(const Expression *E) {
tools/lldb/include/lldb/Symbol/ClangASTContext.h
 1026                     Expression::ResultType desired_type,
tools/lldb/include/lldb/Symbol/TypeSystem.h
  456                     Expression::ResultType desired_type,
tools/lldb/include/lldb/Target/Target.h
 1043                                Expression::ResultType desired_type,
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  257         condition_text, llvm::StringRef(), language, Expression::eResultTypeAny,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  270     ExecutionContextScope *exe_scope, Expression &expr,
  486   if (expr.DesiredResultType() == Expression::eResultTypeId)
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
   60   ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
   63   static bool classof(const Expression *E) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
   43   static bool classof(const Expression *E) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
   38   static bool classof(const Expression *E) {
tools/lldb/source/Symbol/ClangASTContext.cpp
10302     Expression::ResultType desired_type,
tools/lldb/source/Target/Target.cpp
 2188     Expression::ResultType desired_type,
usr/include/c++/7.4.0/type_traits
 1983     { typedef _Up     type; };