HomeSort by relevance Sort by last modified time
    Searched defs:getLocEnd (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 546 SourceLocation ObjCMethodDecl::getLocEnd() const {
548 return Body->getLocEnd();
    [all...]
Stmt.cpp 183 // a more specific implementation of getLocStart() and getLocEnd().
206 /// implementation of getLocEnd.
210 return static_cast<const S*>(stmt)->getLocEnd();
214 /// implementation of getLocEnd. Overload resolution should pick it over
236 SourceLocation Stmt::getLocEnd() const {
242 return getLocEndImpl<type>(this, &type::getLocEnd);
297 return SourceRange(RetLoc, RetExpr->getLocEnd());
774 EndLoc = getFinallyStmt()->getLocEnd();
776 EndLoc = getCatchStmt(NumCatchStmts - 1)->getLocEnd();
778 EndLoc = getTryBody()->getLocEnd();
    [all...]
Expr.cpp 113 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
391 SourceLocation DeclRefExpr::getLocEnd() const {
394 return getNameInfo().getLocEnd();
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 383 SourceLocation getLocEnd() const { return getRParenLoc(); }
385 return SourceRange(getLocStart(), getLocEnd());
    [all...]

Completed in 183 milliseconds