Searched refs:IsPrefix (Results 1 – 3 of 3) sorted by relevance
1183 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local1186 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()1188 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()1189 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
3267 bool IsPrefix = in ParseInstruction() local3342 IsPrefix = false; in ParseInstruction()3359 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()3396 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
13366 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument13413 IsInc, IsPrefix); in CheckIncrementDecrementOperand()13441 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()