| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 58 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 59 return SubExprs[BODY]->getEndLoc(); in getEndLoc() 111 SourceLocation getEndLoc() const LLVM_READONLY { return Body->getEndLoc(); } in getEndLoc() function 144 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 145 return AtFinallyStmt->getEndLoc(); in getEndLoc() 253 SourceLocation getEndLoc() const LLVM_READONLY; 314 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 315 return getSynchBody()->getEndLoc(); in getEndLoc() 352 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 384 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function [all …]
|
| H A D | StmtCXX.h | 44 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 45 return HandlerBlock->getEndLoc(); in getEndLoc() 95 SourceLocation getEndLoc() const { in getEndLoc() function 96 return getStmts()[NumHandlers]->getEndLoc(); in getEndLoc() 207 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 208 return SubExprs[BODY]->getEndLoc(); in getEndLoc() 297 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 298 return SubStmt->getEndLoc(); in getEndLoc() 425 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 426 return getBody() ? getBody()->getEndLoc() : getPromiseDecl()->getEndLoc(); in getEndLoc() [all …]
|
| H A D | ExprCXX.h | 815 return SubExpr->getEndLoc(); in getEndLoc() 1219 return getSubExpr()->getEndLoc(); in getEndLoc() 1443 return SubExpr->getEndLoc(); in getEndLoc() 2450 return Argument->getEndLoc(); in getEndLoc() 3161 return getNameInfo().getEndLoc(); in getEndLoc() 3391 return SubExpr->getEndLoc(); in getEndLoc() 3774 return MemberNameInfo.getEndLoc(); in getEndLoc() 4542 return getSubExpr()->getEndLoc(); in getEndLoc() 4649 return getRHS()->getEndLoc(); in getEndLoc() 4746 return getCommonExpr()->getEndLoc(); in getEndLoc() [all …]
|
| H A D | Stmt.h | 1742 return SubStmt->getEndLoc(); in getEndLoc() 1759 return CS->getEndLoc(); in getEndLoc() 1761 return DS->getEndLoc(); in getEndLoc() 1826 SourceLocation getEndLoc() const LLVM_READONLY { return SubStmt->getEndLoc();} in getEndLoc() function 1889 SourceLocation getEndLoc() const LLVM_READONLY { return SubStmt->getEndLoc();} in getEndLoc() function 2094 return getThen()->getEndLoc(); in getEndLoc() 2559 SourceLocation getEndLoc() const { return getBody()->getEndLoc(); } in getEndLoc() function 2649 SourceLocation getEndLoc() const LLVM_READONLY { return Target->getEndLoc(); } in getEndLoc() function 3321 SourceLocation getEndLoc() const { return getBlock()->getEndLoc(); } in getEndLoc() function 3362 SourceLocation getEndLoc() const { return Block->getEndLoc(); } in getEndLoc() function [all …]
|
| H A D | ExprObjC.h | 73 SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); } in getEndLoc() function 105 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 437 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function 595 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 783 SourceLocation getEndLoc() const LLVM_READONLY { return IdLoc; } in getEndLoc() function 1525 return getBase()->getEndLoc(); in getBaseLocEnd() 1606 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1607 return Operand->getEndLoc(); in getEndLoc() 1664 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1665 return getSubExpr()->getEndLoc(); in getEndLoc() [all …]
|
| H A D | Expr.h | 1079 return SubExpr->getEndLoc(); in getEndLoc() 1724 SourceLocation getEndLoc() const LLVM_READONLY { return Val->getEndLoc(); } in getEndLoc() function 3448 return Init->getEndLoc(); in getEndLoc() 3661 return getSubExpr()->getEndLoc(); in getEndLoc() 3767 return getSubExpr()->getEndLoc(); in getEndLoc() 3854 return getRHS()->getEndLoc(); in getEndLoc() 4175 return getRHS()->getEndLoc(); in getEndLoc() 4258 return getFalseExpr()->getEndLoc(); in getEndLoc() 5444 return getCommonExpr()->getEndLoc(); in getEndLoc() 5983 return getBody()->getEndLoc(); in getEndLoc() [all …]
|
| H A D | ExprOpenMP.h | 116 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() function 199 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 200 return getBase()->getEndLoc(); in getEndLoc() 375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc() function
|
| H A D | Comment.h | 218 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function 349 return SourceRange(getBeginLoc().getLocWithOffset(-1), getEndLoc()); in getCommandNameRange() 564 Content.back()->getEndLoc())); in ParagraphComment() 699 SourceLocation NewLocEnd = PC->getEndLoc(); in setParagraph() 975 return SourceRange(TextBegin, getEndLoc()); in getTextRange() 1103 SourceRange(Blocks.front()->getBeginLoc(), Blocks.back()->getEndLoc())); in FullComment()
|
| H A D | Availability.h | 54 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc() function
|
| H A D | DeclFriend.h | 160 return SourceRange(getFriendLoc(), ND->getEndLoc()); in getSourceRange() 167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
| H A D | ExprConcepts.h | 128 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 133 : ConceptName.getEndLoc(); in getEndLoc() 543 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtObjC.cpp | 66 SourceLocation ObjCAtTryStmt::getEndLoc() const { in getEndLoc() function in ObjCAtTryStmt 68 return getFinallyStmt()->getEndLoc(); in getEndLoc() 70 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc() 71 return getTryBody()->getEndLoc(); in getEndLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 187 SourceLocation End = Tok.getEndLoc(); in getEntityEndLoc() 204 End = Tok.getEndLoc(); in getEntityEndLoc() 209 End = Tok.getEndLoc(); in getEntityEndLoc() 222 return Tok.getEndLoc(); in getEntityEndLoc() 226 End = Tok.getEndLoc(); in getEntityEndLoc() 231 End = Tok.getEndLoc(); in getEntityEndLoc() 339 getEntityEndLoc(SM, Decl.getEndLoc(), getTerminators(Decl), LangOpts)); in getAssociatedRange() 356 SM, skipWhitespaceAndNewline(SM, Comment->getEndLoc(), LangOpts), in getAssociatedRange()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 54 SM.isBeforeInTranslationUnit(Other.getEndLoc(), getEndLoc()) || in contains() 55 Other.getEndLoc() == getEndLoc(); in contains() 84 SourceLocation StmtSequence::getEndLoc() const { return back()->getEndLoc(); } in getEndLoc() function in StmtSequence 87 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | UsingDeclarationsSorter.cpp | 143 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock() 155 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock() 158 auto SortedEnd = SortedUsingDeclarations[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock()
|
| H A D | SortJavaScriptImports.cpp | 377 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences() 378 Start = Current->Tok.getEndLoc().getLocWithOffset(1); in parseModuleReferences() 405 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences() 510 Reference.SymbolsStart = Current->Tok.getEndLoc(); in parseNamedBindings()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 115 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function 391 WebAssemblyOperand::Integer, Int.getLoc(), Int.getEndLoc(), in parseSingleInteger() 404 WebAssemblyOperand::Float, Flt.getLoc(), Flt.getEndLoc(), in parseSingleFloat() 426 WebAssemblyOperand::Float, Flt.getLoc(), Flt.getEndLoc(), in parseSpecialFloatMaybe() 462 WebAssemblyOperand::Integer, Tok.getLoc(), Tok.getEndLoc(), in checkForP2AlignIfLoadStore() 515 WebAssemblyOperand::Symbol, Tok.getLoc(), Tok.getEndLoc(), in parseFunctionTableOperand() 655 WebAssemblyOperand::Symbol, Loc.getLoc(), Loc.getEndLoc(), in ParseInstruction() 679 WebAssemblyOperand::Integer, Id.getLoc(), Id.getEndLoc(), in ParseInstruction() 689 WebAssemblyOperand::Symbol, Id.getLoc(), Id.getEndLoc(), in ParseInstruction() 724 WebAssemblyOperand::BrList, Tok.getLoc(), Tok.getEndLoc()); in ParseInstruction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 296 SourceLocation End = T.getEndLoc(); in getDeclaratorRange() 510 Tokens = getRange(S->TypeDecl::getBeginLoc(), S->getEndLoc()); in getDeclarationRange() 1077 SourceRange(S->getMemberLoc(), S->getEndLoc()), nullptr); in WalkUpFromMemberExpr() 1091 SourceRange(S->getLocation(), S->getEndLoc()), S); in WalkUpFromDeclRefExpr() 1099 SourceRange(S->getLocation(), S->getEndLoc()), S); in WalkUpFromDependentScopeDeclRefExpr() 1200 std::next(Builder.findToken(Arg->getEndLoc())); in buildCallArguments() 1218 std::next(Builder.findToken(S->getCallee()->getEndLoc())); in WalkUpFromCallExpr() 1295 std::next(Builder.findToken(S->getArg(0)->getEndLoc())); in WalkUpFromCXXOperatorCallExpr() 1370 Params.back()->getEndLoc()), in buildParameterDeclarationList() 1382 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getEndLoc()), in WalkUpFromFunctionTypeLoc() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 31 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken 36 return SMRange(getLoc(), getEndLoc()); in getLocRange()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 267 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc(); in rewriteToPropertyDotSyntax() 726 SourceLocation EndOfEnumDclLoc = EnumDcl->getEndLoc(); in rewriteToNSEnumDecl() 736 SourceLocation EndTypedefDclLoc = TypedefDcl->getEndLoc(); in rewriteToNSEnumDecl() 784 SourceLocation StartTypedefLoc = EnumDcl->getEndLoc(); in rewriteToNSMacroDecl() 786 SourceLocation EndTypedefLoc = TypedefDcl->getEndLoc(); in rewriteToNSMacroDecl() 817 SourceLocation EndLoc = Enumerator->getEndLoc(); in UseNSOptionsMacro() 966 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in ReplaceWithInstancetype() 986 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { in ReplaceWithClasstype() 1263 commit.insertBefore(OM->getEndLoc(), " NS_RETURNS_INNER_POINTER"); in migrateNsReturnsInnerPointer() 1275 commit.insertBefore(P->getEndLoc(), " NS_RETURNS_INNER_POINTER "); in migratePropertyNsReturnsInnerPointer() [all …]
|
| H A D | TransAutoreleasePool.cpp | 131 findLocationAfterSemi((*retI)->getEndLoc(), Pass.Ctx); in ~AutoreleasePoolRewriter() 138 (*retI)->getEndLoc()), in ~AutoreleasePoolRewriter() 243 return SourceRange((*rangeS)->getBeginLoc(), (*rangeE)->getEndLoc()); in getIndentedRange() 309 findLocationAfterSemi(retS->getEndLoc(), Pass.Ctx).isValid()) { in handlePoolScope()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 137 return TL.getEndLoc(); in EndLocationForType() 281 : Expr->getEndLoc(); in VisitDeclRefExpr() 324 EndLoc = Expr->getQualifierLoc().getEndLoc().getLocWithOffset(-1); in VisitDeclRefExpr() 595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str()); in createRenameAtomicChanges()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 226 return {" ", D->getEndLoc(), ""}; in createInsertionAfter() 696 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr() 703 SourceRange(DRE->getBeginLoc(), DRE->getEndLoc())); in VisitDeclRefExpr() 709 SourceRange(ME->getBeginLoc(), ME->getEndLoc())); in VisitMemberExpr() 810 (LastStmtOfUse ? LastStmtOfUse : StmtOfUse)->getEndLoc()) in DiagnoseDeclAvailability() 845 SourceRange Range{Ty.getBeginLoc(), Ty.getEndLoc()}; in VisitTypeLoc()
|
| H A D | TreeTransform.h | 9269 C->getEndLoc()); in TransformOMPPartialClause() 9287 C->getLParenLoc(), C->getEndLoc()); in TransformOMPDefaultClause() 9295 C->getLParenLoc(), C->getEndLoc()); in TransformOMPProcBindClause() 9588 C->getLParenLoc(), C->getEndLoc()); in TransformOMPLastprivateClause() 9779 C->getColonLoc(), C->getEndLoc()); in TransformOMPAlignedClause() 9857 C->getEndLoc()); in TransformOMPDependClause() 9868 C->getModifierLoc(), C->getEndLoc()); in TransformOMPDeviceClause() 9960 C->getEndLoc()); in TransformOMPAllocateClause() 12271 E->getEndLoc()); in TransformTypeTraitExpr() 12683 T, LParenLoc, Args, E->getEndLoc(), in TransformCXXTemporaryObjectExpr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCParsedAsmOperand.h | 68 virtual SMLoc getEndLoc() const = 0;
|