Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h280 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp552 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty()