Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Core/
H A DReplacement.cpp123 const std::pair<FileID, unsigned> DecomposedLocation = in setFromSourceLocation() local
125 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()
127 this->ReplacementRange = Range(DecomposedLocation.second, Length); in setFromSourceLocation()
/llvm-project-15.0.7/clang/unittests/Format/
H A DCleanupTest.cpp357 auto DecomposedLocation = in getOffset() local
359 return DecomposedLocation.second; in getOffset()