Home
last modified time | relevance | path

Searched refs:AttrDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h328 const NamedDecl *AttrDecl; // The decl to which the attr is attached. member
335 : Prev(P), AttrDecl(D), SelfArg(nullptr), in Prev()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp276 if (Ctx && Ctx->FunArgs && FD == Ctx->AttrDecl->getCanonicalDecl()) { in translateDeclRefExpr()
358 LRCallCtx.AttrDecl = CE->getDirectCallee(); in translateCallExpr()