Searched refs:constMethod (Results 1 – 4 of 4) sorted by relevance
8 bool constMethod() const;20 bool constMethod() const;209 Obj->constMethod(); in PositiveMethodCallNonConstPointerNotModified()262 copy_1.constMethod(); in PositiveLocalCopyConstMethodInvoked()263 orig.constMethod(); in PositiveLocalCopyConstMethodInvoked()271 copy_2.constMethod(); in PositiveLocalCopyUsingExplicitCopyCtor()272 orig.constMethod(); in PositiveLocalCopyUsingExplicitCopyCtor()279 copy_3.constMethod(); in PositiveLocalCopyCopyIsArgument()298 copy_5.constMethod(); in PositiveLocalCopyTwice()299 copy_6.constMethod(); in PositiveLocalCopyTwice()[all …]
46 void constMethod() const;249 M.constMethod(); in NegativeMoveOnlyTypePassedByValue()
114 bool constMethod() const { in constMethod() function213 M.constMethod(); in positiveOnlyConstMethodInvoked()
278 bool constMethod = iParser.skipExact(" const"); in parseOperator() local279 if (parser.fConstMethod != ANY && (parser.fConstMethod == CONST) != constMethod) { in parseOperator()285 fOperatorConst = constMethod; in parseOperator()