Home
last modified time | relevance | path

Searched refs:ToLen (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/portability/
DRestrictSystemIncludesCheck.cpp48 unsigned ToLen = std::strcspn(SM.getCharacterData(Include.Loc), "\n") + 1; in EndOfMainFile() local
50 Include.Loc, Include.Loc.getLocWithOffset(ToLen)); in EndOfMainFile()
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DIncludeOrderCheck.cpp169 unsigned ToLen = std::strcspn(ToData, "\n"); in EndOfMainFile() local
171 CharSourceRange::getCharRange(ToLoc, ToLoc.getLocWithOffset(ToLen)); in EndOfMainFile()