HomeSort by relevance Sort by last modified time
    Searched defs:AttrDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 222 const NamedDecl *AttrDecl; // The decl to which the attr is attached.
232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P),
  /external/clang/lib/Analysis/
ThreadSafety.cpp 172 const NamedDecl* AttrDecl; // The decl to which the attribute is attached.
180 : AttrDecl(D), SelfArg(nullptr), SelfArrow(false), NumArgs(0),
289 FD == CallCtx->AttrDecl->getCanonicalDecl()) {
    [all...]

Completed in 84 milliseconds