Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h350 struct CallingContext { struct
352 CallingContext *Prev; argument
369 CallingContext(CallingContext *P, const NamedDecl *D = nullptr) argument
385 CapabilityExpr translateAttrExpr(const Expr *AttrExp, CallingContext *Ctx); argument
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp70 using CallingContext = SExprBuilder::CallingContext; typedef