Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp69 using CallingContext = SExprBuilder::CallingContext; typedef