reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
160 AttrBuilder FnAttrs(AS.getFnAttributes()); 161 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); 161 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); 163 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, 163 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, 165 II->setAttributes(AS);