Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/Core/
DReplacement.cpp113 const std::pair<FileID, unsigned> DecomposedLocation = in setFromSourceLocation() local
115 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()
117 this->ReplacementRange = Range(DecomposedLocation.second, Length); in setFromSourceLocation()