Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp47 SourceLocation endLocationForType(TypeLoc TLoc) { in endLocationForType() function
553 SourceLocation End = endLocationForType(Specifier->getTypeLoc()); in run()
579 fixTypeLoc(Result, startLocationForType(Loc), endLocationForType(Loc), Loc); in run()