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

  /external/clang/lib/AST/
StmtObjC.cpp 67 SourceLocation ObjCAtTryStmt::getLocEnd() const {
69 return getFinallyStmt()->getLocEnd();
71 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
72 return getTryBody()->getLocEnd();
Stmt.cpp 193 (void) is_good(implements_getLocEnd(&type::getLocEnd))
241 static_cast<const S*>(stmt)->getLocEnd());
270 SourceLocation Stmt::getLocEnd() const {
276 return static_cast<const type*>(this)->getLocEnd();
    [all...]
DeclObjC.cpp 875 SourceLocation ObjCMethodDecl::getLocEnd() const {
877 return Body->getLocEnd();
    [all...]
ExprCXX.cpp 277 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const {
484 SourceLocation CXXConstructExpr::getLocEnd() const {
486 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
495 SourceLocation NewEnd = Arg->getLocEnd();
511 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
522 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
524 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
726 SourceLocation CXXFunctionalCastExpr::getLocEnd() const {
727 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd();
    [all...]
Expr.cpp 172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
443 SourceLocation DeclRefExpr::getLocEnd() const {
446 return getNameInfo().getLocEnd();
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 97 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
218 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
412 SourceLocation getLocEnd() const { return getRParenLoc(); }
450 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
480 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
516 SourceLocation getLocEnd() const LLVM_READONLY {
517 return SubExpr->getLocEnd();
604 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
649 return SourceRange(getLocStart(), getLocEnd());
662 SourceLocation getLocEnd() const { return getMemberLoc();
    [all...]
OpenMPClause.h 48 SourceLocation getLocEnd() const { return EndLoc; }
    [all...]
StmtOpenMP.h 171 SourceLocation getLocEnd() const { return EndLoc; }
    [all...]
Stmt.h 347 SourceLocation getLocEnd() const LLVM_READONLY;
462 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
523 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
615 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; }
669 SourceLocation getLocEnd() const LLVM_READONLY;
719 SourceLocation getLocEnd() const LLVM_READONLY {
725 return CS->getSubStmt()->getLocEnd();
758 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
768 inline SourceLocation SwitchCase::getLocEnd() const
    [all...]

Completed in 151 milliseconds