Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/Core/
DReplacement.cpp108 const std::pair<FileID, unsigned> DecomposedLocation = in setFromSourceLocation() local
110 const FileEntry *Entry = Sources.getFileEntryForID(DecomposedLocation.first); in setFromSourceLocation()
112 this->ReplacementRange = Range(DecomposedLocation.second, Length); in setFromSourceLocation()
/external/llvm-project/clang/lib/Tooling/Core/
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()
/external/llvm-project/clang/unittests/Format/
DCleanupTest.cpp357 auto DecomposedLocation = in getOffset() local
359 return DecomposedLocation.second; in getOffset()
/external/clang/unittests/Format/
DCleanupTest.cpp282 auto DecomposedLocation = in getOffset() local
284 return DecomposedLocation.second; in getOffset()