Home
last modified time | relevance | path

Searched refs:IsPrefix (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp122 char &PreviousCharInNeedle, bool IsPrefix = false) { in startsWith() argument
161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1182 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
1185 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1187 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()
1188 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3334 bool IsPrefix = in ParseInstruction() local
3409 IsPrefix = false; in ParseInstruction()
3426 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3463 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp14078 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
14125 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
14153 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()