HomeSort by: relevance | last modified time | path
    Searched defs:getEndLoc (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 31 SMLoc AsmToken::getEndLoc() const {
36 return SMRange(getLoc(), getEndLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp 66 SourceLocation ObjCAtTryStmt::getEndLoc() const {
68 return getFinallyStmt()->getEndLoc();
70 return getCatchStmt(NumCatchStmts - 1)->getEndLoc();
71 return getTryBody()->getEndLoc();
TypeLoc.cpp 228 SourceLocation TypeLoc::getEndLoc() const {
DeclObjC.cpp 996 SourceLocation ObjCMethodDecl::getEndLoc() const {
998 return Body->getEndLoc();
1453 getTypeSourceInfo()->getTypeLoc().getEndLoc());
ExprCXX.cpp 340 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const {
514 SourceLocation CXXConstructExpr::getEndLoc() const {
516 return cast<CXXTemporaryObjectExpr>(this)->getEndLoc();
525 SourceLocation NewEnd = Arg->getEndLoc();
589 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
600 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
602 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc());
870 SourceLocation CXXFunctionalCastExpr::getEndLoc() const {
871 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
1023 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const
    [all...]
Stmt.cpp 269 (void)is_good(implements_getEndLoc(&type::getEndLoc))
319 static_cast<const S *>(stmt)->getEndLoc());
348 SourceLocation Stmt::getEndLoc() const {
354 return static_cast<const type *>(this)->getEndLoc();
Expr.cpp 208 // See also Stmt.cpp:{getBeginLoc(),getEndLoc()}.
501 SourceLocation DeclRefExpr::getEndLoc() const {
504 return getNameInfo().getEndLoc();
1504 SourceLocation CallExpr::getEndLoc() const {
1506 return cast<CXXOperatorCallExpr>(this)->getEndLoc();
1510 end = getArg(getNumArgs() - 1)->getEndLoc();
1680 SourceLocation MemberExpr::getEndLoc() const {
1681 SourceLocation EndLoc = getMemberNameInfo().getEndLoc();
1685 EndLoc = getBase()->getEndLoc();
2295 SourceLocation InitListExpr::getEndLoc() const
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Availability.h 54 SourceLocation getEndLoc() const { return EndLoc; }
NestedNameSpecifier.h 305 SourceLocation getEndLoc() const {
StmtCXX.h 44 SourceLocation getEndLoc() const LLVM_READONLY {
45 return HandlerBlock->getEndLoc();
95 SourceLocation getEndLoc() const {
96 return getStmts()[NumHandlers]->getEndLoc();
207 SourceLocation getEndLoc() const LLVM_READONLY {
208 return SubExprs[BODY]->getEndLoc();
297 SourceLocation getEndLoc() const LLVM_READONLY {
298 return SubStmt->getEndLoc();
425 SourceLocation getEndLoc() const LLVM_READONLY {
426 return getBody() ? getBody()->getEndLoc() : getPromiseDecl()->getEndLoc()
    [all...]
ExprObjC.h 73 SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); }
105 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
160 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
217 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
381 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
437 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
477 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
531 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
595 SourceLocation getEndLoc() const LLVM_READONLY { return Loc;
    [all...]
StmtOpenMP.h 185 SourceLocation getEndLoc() const { return getLoopStmt()->getEndLoc(); }
485 SourceLocation getEndLoc() const { return EndLoc; }
ExprCXX.h 161 SourceLocation getEndLoc() const { return Range.getEnd(); }
348 SourceLocation getEndLoc() const LLVM_READONLY {
349 return getDecomposedForm().RHS->getEndLoc();
353 return SourceRange(DF.LHS->getBeginLoc(), DF.RHS->getEndLoc());
410 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
704 SourceLocation getEndLoc() const { return getRParenLoc(); }
737 SourceLocation getEndLoc() const { return getLocation(); }
771 SourceLocation getEndLoc() const { return getLocation(); }
814 SourceLocation getEndLoc() const LLVM_READONLY {
815 return SubExpr->getEndLoc();
    [all...]
OpenMPClause.h 73 SourceLocation getEndLoc() const { return EndLoc; }
Expr.h 1081 SourceLocation getEndLoc() const LLVM_READONLY {
1082 return SubExpr->getEndLoc();
1152 SourceLocation getEndLoc() const LLVM_READONLY {
1153 return SourceExpr ? SourceExpr->getEndLoc() : getLocation();
1296 SourceLocation getEndLoc() const LLVM_READONLY;
1507 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
1549 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
1606 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
1688 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
1727 SourceLocation getEndLoc() const LLVM_READONLY { return Val->getEndLoc();
    [all...]
Stmt.h 1173 SourceLocation getEndLoc() const LLVM_READONLY;
1314 SourceLocation getEndLoc() const { return EndLoc; }
1382 SourceLocation getEndLoc() const { return getSemiLoc(); }
1503 SourceLocation getEndLoc() const { return RBraceLoc; }
1556 inline SourceLocation getEndLoc() const LLVM_READONLY;
1695 SourceLocation getEndLoc() const LLVM_READONLY {
1701 return CS->getSubStmt()->getEndLoc();
1741 SourceLocation getEndLoc() const LLVM_READONLY {
1742 return SubStmt->getEndLoc();
1757 SourceLocation SwitchCase::getEndLoc() const
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 54 SM.isBeforeInTranslationUnit(Other.getEndLoc(), getEndLoc()) ||
55 Other.getEndLoc() == getEndLoc();
84 SourceLocation StmtSequence::getEndLoc() const { return back()->getEndLoc(); }
87 return SourceRange(getBeginLoc(), getEndLoc());
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h 153 SourceLocation getEndLoc() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 148 SourceLocation getEndLoc() const {
183 : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {}
279 SourceLocation Loc = S->getEndLoc();
418 SourceLocation LocEnd = Region.getEndLoc();
610 ? Region.getEndLoc()
611 : RegionStack[ParentIndex].getEndLoc();
758 Region.getEndLoc() == EndLoc &&
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 74 SourceLocation getEndLoc() const { return Range.getEnd(); }
508 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
1163 SourceLocation getEndLoc() const LLVM_READONLY { return EndLocation; }
1947 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
2469 SetRangeEnd(TRC->getEndLoc());

Completed in 78 milliseconds