Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FunDecl

1413   NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl());
1414 if(!FunDecl || !FunDecl->hasAttrs())
1421 for (auto *Attr : FunDecl->attrs()) {
1426 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl,
1434 getMutexIDs(SharedLocksToAdd, A, Exp, FunDecl,