Searched defs:AttrDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h222 const NamedDecl *AttrDecl; // The decl to which the attr is attached. member in struct:clang::threadSafety::SExprBuilder::CallingContext
232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P),
/external/clang/lib/Analysis/
H A DThreadSafety.cpp172 const NamedDecl* AttrDecl; // The decl to which the attribute is attached. member in struct:__anon17783::SExpr::CallingContext
180 : AttrDecl(D), SelfArg(nullptr), SelfArrow(false), NumArgs(0),
289 FD == CallCtx->AttrDecl->getCanonicalDecl()) {

Completed in 2402 milliseconds