Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FunDecl

1410   NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl());
1411 if(!FunDecl || !FunDecl->hasAttrs())
1418 for (auto *Attr : FunDecl->attrs()) {
1423 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl,
1431 getMutexIDs(SharedLocksToAdd, A, Exp, FunDecl,