/freebsd/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() 258 SourceLocation getEndLoc() const LLVM_READONLY; 340 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 341 return getSynchBody()->getEndLoc(); in getEndLoc() 378 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 379 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc() [all …]
|
H A D | StmtCXX.h | 44 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 45 return HandlerBlock->getEndLoc(); in getEndLoc() 96 SourceLocation getEndLoc() const { in getEndLoc() function 97 return getStmts()[NumHandlers]->getEndLoc(); in getEndLoc() 208 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 209 return SubExprs[BODY]->getEndLoc(); in getEndLoc() 298 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 299 return SubStmt->getEndLoc(); in getEndLoc() 431 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 432 return getBody() ? getBody()->getEndLoc() : getPromiseDecl()->getEndLoc(); in getEndLoc() [all …]
|
H A D | ExprCXX.h | 160 SourceLocation getEndLoc() const { return Range.getEnd(); } in getEndLoc() function 347 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 348 return getDecomposedForm().RHS->getEndLoc(); in getEndLoc() 352 return SourceRange(DF.LHS->getBeginLoc(), DF.RHS->getEndLoc()); in getSourceRange() 409 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function 703 SourceLocation getEndLoc() const { return getRParenLoc(); } in getEndLoc() function 741 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function 777 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function 820 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 821 return SubExpr->getEndLoc(); in getEndLoc() [all …]
|
H A D | Stmt.h | 1369 SourceLocation getEndLoc() const LLVM_READONLY; 1520 SourceLocation getEndLoc() const { return EndLoc; } 1588 SourceLocation getEndLoc() const { return getSemiLoc(); } 1741 SourceLocation getEndLoc() const { return RBraceLoc; } 1794 inline SourceLocation getEndLoc() const LLVM_READONLY; 1933 SourceLocation getEndLoc() const LLVM_READONLY { 1939 return CS->getSubStmt()->getEndLoc(); 1979 SourceLocation getEndLoc() const LLVM_READONLY { 1980 return SubStmt->getEndLoc(); 1995 SourceLocation SwitchCase::getEndLoc() const { [all …]
|
H A D | Expr.h | 1130 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1131 return SubExpr->getEndLoc(); in getEndLoc() 1200 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 1201 return SourceExpr ? SourceExpr->getEndLoc() : getLocation(); in getEndLoc() 1344 SourceLocation getEndLoc() const LLVM_READONLY; 1522 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1564 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1613 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1697 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function 1736 SourceLocation getEndLoc() const LLVM_READONLY { return Val->getEndLoc(); } in getEndLoc() function [all …]
|
H A D | ASTConcept.h | 185 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 189 : getConceptNameInfo().getEndLoc(); in getEndLoc() 193 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
|
H A D | ExprOpenMP.h | 75 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function 76 return getBase()->getEndLoc(); in getEndLoc() 251 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc() function
|
H A D | DeclFriend.h | 159 return SourceRange(getFriendLoc(), ND->getEndLoc()); in getSourceRange() 166 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
H A D | LexicallyOrderedRecursiveASTVisitor.h | 102 Child->getEndLoc())) in TraverseDeclContextHelper()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtObjC.cpp | 64 SourceLocation ObjCAtTryStmt::getEndLoc() const { in getEndLoc() function in ObjCAtTryStmt 66 return getFinallyStmt()->getEndLoc(); in getEndLoc() 68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc() 69 return getTryBody()->getEndLoc(); in getEndLoc()
|
H A D | ExprCXX.cpp | 392 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const { in getEndLoc() function in CXXPseudoDestructorExpr 569 SourceLocation CXXConstructExpr::getEndLoc() const { in getEndLoc() function in CXXConstructExpr 571 return TOE->getEndLoc(); in getEndLoc() 580 SourceLocation NewEnd = Arg->getEndLoc(); in getEndLoc() 644 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc()); in getSourceRangeImpl() 655 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc()); in getSourceRangeImpl() 657 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc()); in getSourceRangeImpl() 932 SourceLocation CXXFunctionalCastExpr::getEndLoc() const { in getEndLoc() function in CXXFunctionalCastExpr 933 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc(); in getEndLoc() 1153 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const { in getEndLoc() function in CXXTemporaryObjectExpr [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 514 Clause.getLParenLoc(), Clause.getEndLoc()); in VisitDefaultClause() 547 Clause.getConditionExpr(), Clause.getEndLoc()); in VisitIfClause() 580 Clause.getConditionExpr(), Clause.getEndLoc()); in VisitSelfClause() 635 Clause.getEndLoc()); in VisitNumGangsClause() 656 Clause.getEndLoc()); in VisitNumWorkersClause() 677 Clause.getEndLoc()); in VisitVectorLengthClause() 699 Clause.getEndLoc()); in VisitAsyncClause() 718 Clause.getVarList(), Clause.getEndLoc()); in VisitPrivateClause() 735 Clause.getEndLoc()); in VisitFirstPrivateClause() 751 Clause.getVarList(), Clause.getEndLoc()); in VisitNoCreateClause() [all …]
|
H A D | TreeTransform.h | 4230 Construct->getEndLoc()); in TransformInitializer() 4440 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc()); in TransformNestedNameSpecifierLoc() 8042 CompoundStmt(S->getThen()->getBeginLoc(), S->getThen()->getEndLoc()); in TransformIfStmt() 8062 CompoundStmt(S->getElse()->getBeginLoc(), S->getElse()->getEndLoc()); in TransformIfStmt() 8279 return getDerived().RebuildDeclStmt(Decls, S->getBeginLoc(), S->getEndLoc()); in TransformDeclStmt() 8386 TransformedExprs, S->getEndLoc()); in TransformMSAsmStmt() 9185 AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc(), in TransformOMPExecutableDirective() 10020 C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPIfClause() 10029 C->getLParenLoc(), C->getEndLoc()); in TransformOMPFinalClause() 10039 NumThreads.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPNumThreadsClause() [all …]
|
H A D | SemaPPC.cpp | 408 TheCall->getArg(2)->getEndLoc()); in BuiltinVSX() 420 TheCall->getArg(1)->getEndLoc()); in BuiltinVSX() 428 TheCall->getArg(1)->getEndLoc()); in BuiltinVSX()
|
H A D | SemaAvailability.cpp | 304 return {" ", D->getEndLoc(), ""}; in createInsertionAfter() 811 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr() 818 SourceRange(DRE->getBeginLoc(), DRE->getEndLoc())); in VisitDeclRefExpr() 824 SourceRange(ME->getBeginLoc(), ME->getEndLoc())); in VisitMemberExpr() 933 (LastStmtOfUse ? LastStmtOfUse : StmtOfUse)->getEndLoc()) in DiagnoseDeclAvailability() 968 SourceRange Range{Ty.getBeginLoc(), Ty.getEndLoc()}; in VisitTypeLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 280 SourceLocation End = Tok.getEndLoc(); in getEntityEndLoc() 297 End = Tok.getEndLoc(); in getEntityEndLoc() 302 End = Tok.getEndLoc(); in getEntityEndLoc() 315 return Tok.getEndLoc(); in getEntityEndLoc() 319 End = Tok.getEndLoc(); in getEntityEndLoc() 324 End = Tok.getEndLoc(); in getEntityEndLoc() 432 getEntityEndLoc(SM, Decl.getEndLoc(), getTerminators(Decl), LangOpts)); in getAssociatedRange() 449 SM, skipWhitespaceAndNewline(SM, Comment->getEndLoc(), LangOpts), in getAssociatedRange()
|
/freebsd/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/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 296 SourceLocation End = T.getEndLoc(); in getDeclaratorRange() 513 Tokens = getRange(S->TypeDecl::getBeginLoc(), S->getEndLoc()); in getDeclarationRange() 1036 Builder.markChildToken(It.getEndLoc(), syntax::NodeRole::ListDelimiter); in TraverseNestedNameSpecifierLoc() 1077 SourceRange(S->getMemberLoc(), S->getEndLoc()), S); in WalkUpFromMemberExpr() 1083 SourceRange(S->getMemberLoc(), S->getEndLoc()), nullptr); in WalkUpFromMemberExpr() 1097 SourceRange(S->getLocation(), S->getEndLoc()), S); in WalkUpFromDeclRefExpr() 1105 SourceRange(S->getLocation(), S->getEndLoc()), S); in WalkUpFromDependentScopeDeclRefExpr() 1206 std::next(Builder.findToken(Arg->getEndLoc())); in buildCallArguments() 1214 (*(Args.end() - 1))->getEndLoc()), in buildCallArguments() 1224 std::next(Builder.findToken(S->getCallee()->getEndLoc())); in WalkUpFromCallExpr() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UsingDeclarationsSorter.cpp | 171 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock() 183 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock() 186 auto SortedEnd = SortedUsingDeclarations[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock()
|
H A D | QualifierAlignmentFixer.cpp | 73 First->Tok.getEndLoc()); in removeToken() 82 First->Tok.getEndLoc()); in insertQualifierAfter() 95 First->Tok.getEndLoc()); in insertQualifierBefore() 150 Last->Tok.getEndLoc()); in rotateTokens()
|
H A D | SortJavaScriptImports.cpp | 387 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences() 388 Start = Current->Tok.getEndLoc().getLocWithOffset(1); in parseModuleReferences() 418 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences() 544 Reference.SymbolsStart = Current->Tok.getEndLoc(); in parseNamedBindings()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 264 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc(); in rewriteToPropertyDotSyntax() 294 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc(); in rewriteToPropertyDotSyntax() 722 SourceLocation EndOfEnumDclLoc = EnumDcl->getEndLoc(); in rewriteToNSEnumDecl() 732 SourceLocation EndTypedefDclLoc = TypedefDcl->getEndLoc(); in rewriteToNSEnumDecl() 743 trans::findLocationAfterSemi(EnumDcl->getEndLoc(), NS.getASTContext(), in rewriteToNSEnumDecl() 780 SourceLocation StartTypedefLoc = EnumDcl->getEndLoc(); in rewriteToNSMacroDecl() 782 SourceLocation EndTypedefLoc = TypedefDcl->getEndLoc(); in rewriteToNSMacroDecl() 813 SourceLocation EndLoc = Enumerator->getEndLoc(); in UseNSOptionsMacro() 962 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in ReplaceWithInstancetype() 982 R = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); { in ReplaceWithClasstype() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 30 SMLoc AsmToken::getEndLoc() const { in getEndLoc() function in AsmToken 35 return SMRange(getLoc(), getEndLoc()); in getLocRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 114 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() 648 WebAssemblyOperand::Symbol, Loc.getLoc(), Loc.getEndLoc(), in ParseInstruction() 709 WebAssemblyOperand::BrList, Tok.getLoc(), Tok.getEndLoc()); in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCParsedAsmOperand.h | 76 virtual SMLoc getEndLoc() const = 0;
|