reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
122 void removeAttr(Attribute::AttrKind Kind);
675 A->removeAttr(Attribute::WriteOnly); 676 A->removeAttr(Attribute::ReadOnly); 677 A->removeAttr(Attribute::ReadNone);tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
256 arg.removeAttr(llvm::Attribute::ByVal);