Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h282 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp555 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty()