Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h374 std::unique_ptr<SExprBuilder::CallingContext> CallCtx; // Root calling context variable
/external/clang/lib/Analysis/
DThreadSafety.cpp275 unsigned buildSExpr(const Expr *Exp, CallingContext *CallCtx, in buildSExpr()
467 CallingContext CallCtx(D); in buildSExprFromExpr() local