Home | History | Annotate | Download | only in Sema

Lines Matching defs:Attrs

484                                      ArrayRef<const Attr*> Attrs,
487 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
3126 const AttrVec *Attrs = nullptr;
3132 Attrs = &FD->getAttrs();
3140 Attrs = &MD->getAttrs();
3308 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs,