| /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();
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Availability.h | 54 SourceLocation getEndLoc() const { return EndLoc; }
|
| 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...] |
| StmtObjC.h | 58 SourceLocation getEndLoc() const LLVM_READONLY { 59 return SubExprs[BODY]->getEndLoc(); 111 SourceLocation getEndLoc() const LLVM_READONLY { return Body->getEndLoc(); } 144 SourceLocation getEndLoc() const LLVM_READONLY { 145 return AtFinallyStmt->getEndLoc(); 253 SourceLocation getEndLoc() const LLVM_READONLY; 314 SourceLocation getEndLoc() const LLVM_READONLY { 315 return getSynchBody()->getEndLoc(); 352 SourceLocation getEndLoc() const LLVM_READONLY [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...] |
| 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...] |
| 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...] |
| ExprOpenMP.h | 116 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } 199 SourceLocation getEndLoc() const LLVM_READONLY { 200 return getBase()->getEndLoc(); 375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; }
|
| LexicallyOrderedRecursiveASTVisitor.h | 102 Child->getEndLoc()))
|
| 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...] |
| DeclFriend.h | 160 return SourceRange(getFriendLoc(), ND->getEndLoc()); 167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
|
| ExprConcepts.h | 128 SourceLocation getEndLoc() const LLVM_READONLY { 133 : ConceptName.getEndLoc(); 543 SourceLocation getEndLoc() const LLVM_READONLY {
|
| RawCommentList.h | 109 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| SourceCode.cpp | 187 SourceLocation End = Tok.getEndLoc(); 204 End = Tok.getEndLoc(); 209 End = Tok.getEndLoc(); 222 return Tok.getEndLoc(); 226 End = Tok.getEndLoc(); 231 End = Tok.getEndLoc(); 339 getEntityEndLoc(SM, Decl.getEndLoc(), getTerminators(Decl), LangOpts)); 356 SM, skipWhitespaceAndNewline(SM, Comment->getEndLoc(), LangOpts),
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| MCParsedAsmOperand.h | 67 /// getEndLoc - Get the location of the last token of this operand. 68 virtual SMLoc getEndLoc() const = 0;
|
| /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/Format/ |
| UsingDeclarationsSorter.cpp | 143 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); 155 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); 158 auto SortedEnd = SortedUsingDeclarations[I].Line->Last->Tok.getEndLoc();
|
| /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/llvm/lib/Target/WebAssembly/AsmParser/ |
| WebAssemblyAsmParser.cpp | 113 SMLoc getEndLoc() const override { return EndLoc; } 369 WebAssemblyOperand::Integer, Int.getLoc(), Int.getEndLoc(), 382 WebAssemblyOperand::Float, Flt.getLoc(), Flt.getEndLoc(), 404 WebAssemblyOperand::Float, Flt.getLoc(), Flt.getEndLoc(), 440 WebAssemblyOperand::Integer, Tok.getLoc(), Tok.getEndLoc(), 488 WebAssemblyOperand::Symbol, Tok.getLoc(), Tok.getEndLoc(), 625 WebAssemblyOperand::Symbol, Loc.getLoc(), Loc.getEndLoc(), 649 WebAssemblyOperand::Integer, Id.getLoc(), Id.getEndLoc(), 659 WebAssemblyOperand::Symbol, Id.getLoc(), Id.getEndLoc(), 694 WebAssemblyOperand::BrList, Tok.getLoc(), Tok.getEndLoc()); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| TransAutoreleasePool.cpp | 131 findLocationAfterSemi((*retI)->getEndLoc(), Pass.Ctx); 138 (*retI)->getEndLoc()), 243 return SourceRange((*rangeS)->getBeginLoc(), (*rangeE)->getEndLoc()); 309 findLocationAfterSemi(retS->getEndLoc(), Pass.Ctx).isValid()) {
|
| ObjCMT.cpp | 267 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc(); 297 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc(); 726 SourceLocation EndOfEnumDclLoc = EnumDcl->getEndLoc(); 736 SourceLocation EndTypedefDclLoc = TypedefDcl->getEndLoc(); 747 trans::findLocationAfterSemi(EnumDcl->getEndLoc(), NS.getASTContext(), 784 SourceLocation StartTypedefLoc = EnumDcl->getEndLoc(); 786 SourceLocation EndTypedefLoc = TypedefDcl->getEndLoc(); 817 SourceLocation EndLoc = Enumerator->getEndLoc(); 966 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); 986 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
| USRFinder.cpp | 87 SourceLocation EndLoc = CurrDecl->getEndLoc();
|
| USRLocFinder.cpp | 137 return TL.getEndLoc(); 281 : Expr->getEndLoc(); 324 EndLoc = Expr->getQualifierLoc().getEndLoc().getLocWithOffset(-1); 595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str());
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| BuildTree.cpp | 296 SourceLocation End = T.getEndLoc(); 510 Tokens = getRange(S->TypeDecl::getBeginLoc(), S->getEndLoc()); 1030 Builder.markChildToken(It.getEndLoc(), syntax::NodeRole::ListDelimiter); 1071 SourceRange(S->getMemberLoc(), S->getEndLoc()), S); 1077 SourceRange(S->getMemberLoc(), S->getEndLoc()), nullptr); 1091 SourceRange(S->getLocation(), S->getEndLoc()), S); 1099 SourceRange(S->getLocation(), S->getEndLoc()), S); 1200 std::next(Builder.findToken(Arg->getEndLoc())); 1208 (*(Args.end() - 1))->getEndLoc()), 1218 std::next(Builder.findToken(S->getCallee()->getEndLoc())); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| DeadStoresChecker.cpp | 235 V->getTypeSourceInfo()->getTypeLoc().getEndLoc(), 236 SM, LO)->getEndLoc(); 238 Lexer::getLocForEndOfToken(V->getInit()->getEndLoc(), 1, SM, LO);
|