Home
last modified time | relevance | path

Searched defs:CallingContext (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h221 struct CallingContext { struct
226 CallingContext *Prev; // The previous context; or 0 if none. argument
229 CallingContext(const NamedDecl *D = nullptr, const Expr *S = nullptr, argument
248 til::SExpr *translate(const Stmt *S, CallingContext *Ctx); argument
/external/clang/lib/Analysis/
DThreadSafety.cpp171 struct CallingContext { struct in __anon48488dd70111::SExpr
172 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 funArgs
176 const Expr* const* FunArgs; // Function arguments
177 CallingContext* PrevCtx; // The previous context; or 0 if none.
179 CallingContext(const NamedDecl *D) in CallingContext() function
DThreadSafetyCommon.cpp77 typedef SExprBuilder::CallingContext CallingContext; typedef