Home
last modified time | relevance | path

Searched refs:ToRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.cpp49 CharSourceRange ToRange = CharSourceRange::getCharRange( in EndOfMainFile() local
57 D << FixItHint::CreateRemoval(ToRange); in EndOfMainFile()
62 D << FixItHint::CreateRemoval(ToRange); in EndOfMainFile()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp175 auto ToRange = in EndOfMainFile() local
178 D << FixItHint::CreateReplacement(ToRange, FixedName); in EndOfMainFile()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8650 SourceRange ToRange = NImporter.importChecked(Err, FromAttr->getRange()); in cloneAttr() local
8655 ToAttr->setRange(ToRange); in cloneAttr()