Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h282 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc() function
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp554 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty()