Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h326 struct CallingContext { struct
327 CallingContext *Prev; // The previous context; or 0 if none. argument
334 CallingContext(CallingContext *P, const NamedDecl *D = nullptr) argument
353 CapabilityExpr translateAttrExpr(const Expr *AttrExp, CallingContext *Ctx); argument
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp68 typedef SExprBuilder::CallingContext CallingContext; typedef