Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h222 const NamedDecl *AttrDecl; // The decl to which the attr is attached. member
232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P), in AttrDecl() function
/external/clang/lib/Analysis/
DThreadSafety.cpp172 const NamedDecl* AttrDecl; // The decl to which the attribute is attached. member