Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h340 struct CallingContext { struct
342 CallingContext *Prev; argument
359 CallingContext(CallingContext *P, const NamedDecl *D = nullptr) argument
374 CapabilityExpr translateAttrExpr(const Expr *AttrExp, CallingContext *Ctx); argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DThreadSafetyCommon.cpp70 using CallingContext = SExprBuilder::CallingContext; typedef