Searched defs:CallingContext (Results 1 – 3 of 3) sorted by relevance
221 struct CallingContext { struct226 CallingContext *Prev; // The previous context; or 0 if none. argument229 CallingContext(const NamedDecl *D = nullptr, const Expr *S = nullptr, argument248 til::SExpr *translate(const Stmt *S, CallingContext *Ctx); argument
171 struct CallingContext { struct in __anon48488dd70111::SExpr172 const NamedDecl* AttrDecl; // The decl to which the attribute is attached.173 const Expr* SelfArg; // Implicit object argument -- e.g. 'this'174 bool SelfArrow; // is Self referred to with -> or .?175 unsigned NumArgs; // Number of funArgs176 const Expr* const* FunArgs; // Function arguments177 CallingContext* PrevCtx; // The previous context; or 0 if none.179 CallingContext(const NamedDecl *D) in CallingContext() function
77 typedef SExprBuilder::CallingContext CallingContext; typedef