Searched refs:IsPrefix (Results 1 – 4 of 4) sorted by relevance
122 char &PreviousCharInNeedle, bool IsPrefix = false) { in startsWith() argument161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()
1182 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local1185 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()1187 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()1188 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
3334 bool IsPrefix = in ParseInstruction() local3409 IsPrefix = false; in ParseInstruction()3426 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()3463 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
14078 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument14125 IsInc, IsPrefix); in CheckIncrementDecrementOperand()14153 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()