Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h288 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp562 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty()