Home
last modified time | relevance | path

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

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