Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp284 auto EndExpansionLoc = SM.getExpansionRange(D->getEndLoc()).getEnd(); in getLocForEndOfDecl() local
285 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(EndExpansionLoc); in getLocForEndOfDecl()
301 SourceLocation EndLoc = EndExpansionLoc.getLocWithOffset(Line.size()); in getLocForEndOfDecl()