Searched refs:DecomposedLocation (Results 1 – 4 of 4) sorted by relevance
108 const std::pair<FileID, unsigned> DecomposedLocation = in setFromSourceLocation() local110 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()112 this->ReplacementRange = Range(DecomposedLocation.second, Length); in setFromSourceLocation()
123 const std::pair<FileID, unsigned> DecomposedLocation = in setFromSourceLocation() local125 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()127 this->ReplacementRange = Range(DecomposedLocation.second, Length); in setFromSourceLocation()
357 auto DecomposedLocation = in getOffset() local359 return DecomposedLocation.second; in getOffset()
282 auto DecomposedLocation = in getOffset() local284 return DecomposedLocation.second; in getOffset()