Searched refs:addStaticInlineMethod (Results 1 – 3 of 3) sorted by relevance
881 auto *method = opClass.addStaticInlineMethod( in genAttrNameGetters()908 auto *method = opClass.addStaticInlineMethod<Method::Private>( in genAttrNameGetters()938 auto *method = opClass.addStaticInlineMethod( in genAttrNameGetters()
511 Method *hash = storageCls->addStaticInlineMethod( in emitHashKey()
623 Method *addStaticInlineMethod(RetTypeT &&retType, NameT &&name, in addStaticInlineMethod() function