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

  /external/clang/lib/AST/
Stmt.cpp 182 // a more specific implementation of getLocStart() and getLocEnd().
205 /// implementation of getLocEnd.
209 return static_cast<const S*>(stmt)->getLocEnd();
213 /// implementation of getLocEnd. Overload resolution should pick it over
235 SourceLocation Stmt::getLocEnd() const {
241 return getLocEndImpl<type>(this, &type::getLocEnd);
263 return SourceRange(RetLoc, RetExpr->getLocEnd());
604 EndLoc = getFinallyStmt()->getLocEnd();
606 EndLoc = getCatchStmt(NumCatchStmts - 1)->getLocEnd();
608 EndLoc = getTryBody()->getLocEnd();
    [all...]
Expr.cpp 98 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
376 SourceLocation DeclRefExpr::getLocEnd() const {
379 return getNameInfo().getLocEnd();
    [all...]

Completed in 19 milliseconds