Home
last modified time | relevance | path

Searched defs:CharRange (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DRawStringLiteralCheck.cpp52 CharSourceRange CharRange = Lexer::makeFileCharRange( containsEscapedCharacters() local
140 CharSourceRange CharRange = Lexer::makeFileCharRange( replaceWithRawStringLiteral() local
H A DRedundantVoidArgCheck.cpp129 CharSourceRange CharRange = in removeVoidArgumentTokens() local
H A DMacroToEnumCheck.cpp239 CharSourceRange CharRange = in isConsecutiveMacro() local
262 CharSourceRange CharRange = Lexer::makeFileCharRange( in checkCondition() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp64 struct CharRange { struct in __anon0b89c3080111::TransformActionsImpl
65 FullSourceLoc Begin, End;
67 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() argument
80 RangeComparison compareWith(const CharRange &RHS) const { in compareWith()
97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMemsetUsageCheck.cpp64 SourceRange CharRange = CharZeroFill->getSourceRange(); in check() local
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp61 CharSourceRange CharRange = Lexer::makeFileCharRange( in getReceiverString() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp209 CharSourceRange CharRange = Lexer::getAsCharRange( in collectSourceRanges() local
H A DSimplifyBooleanExprCheck.cpp242 CharSourceRange CharRange) { in containsDiscardedTokens()
712 CharSourceRange CharRange = in issueDiag() local
/llvm-project/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp185 auto CharRange = CharSourceRange::getCharRange(Range.getBegin(), SemiLoc); in TEST() local