reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
152 AttrBuilder FnAttrs(AS.getFnAttributes()); 153 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); 153 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); 155 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, 155 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, 157 CI->setAttributes(AS);