Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp123 const FileIDAndOffset DecomposedLocation = Sources.getDecomposedLoc(Start); in setFromSourceLocation() local
125 Sources.getFileEntryRefForID(DecomposedLocation.first); in setFromSourceLocation()
127 this->ReplacementRange = Range(DecomposedLocation.second, Length); in setFromSourceLocation()