Home
last modified time | relevance | path

Searched refs:getEndLoc (Results 1 – 25 of 169) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h58 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()
259 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 DStmtCXX.h44 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 DExprCXX.h162 SourceLocation getEndLoc() const { return getSourceRangeImpl().getEnd(); } in getEndLoc() function
349 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
350 return getDecomposedForm().RHS->getEndLoc(); in getEndLoc()
354 return SourceRange(DF.LHS->getBeginLoc(), DF.RHS->getEndLoc()); in getSourceRange()
411 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function
705 SourceLocation getEndLoc() const { return getRParenLoc(); } in getEndLoc() function
743 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function
779 SourceLocation getEndLoc() const { return getLocation(); } in getEndLoc() function
822 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
823 return SubExpr->getEndLoc(); in getEndLoc()
[all …]
H A DStmt.h1494 SourceLocation getEndLoc() const LLVM_READONLY;
1645 SourceLocation getEndLoc() const { return EndLoc; }
1713 SourceLocation getEndLoc() const { return getSemiLoc(); }
1866 SourceLocation getEndLoc() const { return RBraceLoc; }
1919 inline SourceLocation getEndLoc() const LLVM_READONLY;
2054 SourceLocation getEndLoc() const LLVM_READONLY {
2060 return CS->getSubStmt()->getEndLoc();
2100 SourceLocation getEndLoc() const LLVM_READONLY {
2101 return SubStmt->getEndLoc();
2116 SourceLocation SwitchCase::getEndLoc() const {
[all …]
H A DExprObjC.h72 SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); } in getEndLoc() function
104 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
159 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
216 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
380 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() function
436 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function
476 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function
530 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; } in getEndLoc() function
596 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
780 SourceLocation getEndLoc() const LLVM_READONLY { return IdLoc; } in getEndLoc() function
[all …]
H A DExpr.h1133 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
1134 return SubExpr->getEndLoc(); in getEndLoc()
1203 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
1204 return SourceExpr ? SourceExpr->getEndLoc() : getLocation(); in getEndLoc()
1353 SourceLocation getEndLoc() const LLVM_READONLY;
1531 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1576 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1625 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1709 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() function
1748 SourceLocation getEndLoc() const LLVM_READONLY { return Val->getEndLoc(); } in getEndLoc() function
[all …]
H A DStmtSYCL.h71 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
72 return getOriginalStmt()->getEndLoc(); in getEndLoc()
H A DASTConcept.h185 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
189 : getConceptNameInfo().getEndLoc(); in getEndLoc()
193 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
H A DExprOpenMP.h75 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 DDeclFriend.h158 : TInfo->getTypeLoc().getEndLoc(); in getSourceRange()
176 return SourceRange(getFriendLoc(), ND->getEndLoc()); in getSourceRange()
H A DExprConcepts.h147 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
148 return ConceptRef->getEndLoc(); in getEndLoc()
578 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp64 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp527 Clause.getLParenLoc(), Clause.getEndLoc()); in VisitDefaultClause()
550 Clause.getEndLoc()); in VisitTileClause()
573 Clause.getConditionExpr(), Clause.getEndLoc()); in VisitIfClause()
584 Clause.getEndLoc()); in VisitSelfClause()
595 Clause.getConditionExpr(), Clause.getEndLoc()); in VisitSelfClause()
692 Clause.getEndLoc()); in VisitNumGangsClause()
725 Clause.getEndLoc()); in VisitNumWorkersClause()
758 Clause.getEndLoc()); in VisitVectorLengthClause()
771 Clause.getEndLoc()); in VisitAsyncClause()
780 Clause.getEndLoc()); in VisitDeviceNumClause()
[all …]
H A DTreeTransform.h4433 Construct->getEndLoc()); in TransformInitializer()
4650 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc()); in TransformNestedNameSpecifierLoc()
8335 CompoundStmt(S->getThen()->getBeginLoc(), S->getThen()->getEndLoc()); in TransformIfStmt()
8355 CompoundStmt(S->getElse()->getBeginLoc(), S->getElse()->getEndLoc()); in TransformIfStmt()
8606 return getDerived().RebuildDeclStmt(Decls, S->getBeginLoc(), S->getEndLoc()); in TransformDeclStmt()
8736 TransformedExprs, S->getEndLoc()); in TransformMSAsmStmt()
9545 AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc()); in TransformOMPExecutableDirective()
9597 D->getBeginLoc(), D->getEndLoc()); in TransformOMPInformationalDirective()
10454 C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPIfClause()
10463 C->getLParenLoc(), C->getEndLoc()); in TransformOMPFinalClause()
[all …]
H A DSemaPPC.cpp414 TheCall->getArg(2)->getEndLoc()); in BuiltinVSX()
426 TheCall->getArg(1)->getEndLoc()); in BuiltinVSX()
434 TheCall->getArg(1)->getEndLoc()); in BuiltinVSX()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp280 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 DCloneDetection.cpp53 SM.isBeforeInTranslationUnit(Other.getEndLoc(), getEndLoc()) || in contains()
54 Other.getEndLoc() == getEndLoc(); in contains()
83 SourceLocation StmtSequence::getEndLoc() const { return back()->getEndLoc(); } in getEndLoc() function in StmtSequence
86 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
H A DFixitUtil.cpp70 Lexer::getLocForEndOfToken(PteTyLoc.getEndLoc(), 0, SM, LangOpts); in getPointeeTypeText()
152 Lexer::getLocForEndOfToken(PteTyLoc.getEndLoc(), 0, SM, LangOpts); in getPointee2TypeText()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp290 SourceLocation End = T.getEndLoc(); in getDeclaratorRange()
507 Tokens = getRange(S->TypeDecl::getBeginLoc(), S->getEndLoc()); in getDeclarationRange()
1028 Builder.markChildToken(It.getEndLoc(), syntax::NodeRole::ListDelimiter); in TraverseNestedNameSpecifierLoc()
1069 SourceRange(S->getMemberLoc(), S->getEndLoc()), S); in WalkUpFromMemberExpr()
1075 SourceRange(S->getMemberLoc(), S->getEndLoc()), nullptr); in WalkUpFromMemberExpr()
1089 SourceRange(S->getLocation(), S->getEndLoc()), S); in WalkUpFromDeclRefExpr()
1097 SourceRange(S->getLocation(), S->getEndLoc()), S); in WalkUpFromDependentScopeDeclRefExpr()
1198 std::next(Builder.findToken(Arg->getEndLoc())); in buildCallArguments()
1206 (*(Args.end() - 1))->getEndLoc()), in buildCallArguments()
1216 std::next(Builder.findToken(S->getCallee()->getEndLoc())); in WalkUpFromCallExpr()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp170 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock()
182 auto End = (*UsingDeclarations)[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock()
185 auto SortedEnd = SortedUsingDeclarations[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock()
H A DSortJavaScriptImports.cpp384 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences()
385 Start = Current->Tok.getEndLoc().getLocWithOffset(1); in parseModuleReferences()
415 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
541 Reference.SymbolsStart = Current->Tok.getEndLoc(); in parseNamedBindings()
H A DQualifierAlignmentFixer.cpp70 First->Tok.getEndLoc()); in removeToken()
79 First->Tok.getEndLoc()); in insertQualifierAfter()
92 First->Tok.getEndLoc()); in insertQualifierBefore()
149 Last->Tok.getEndLoc()); in rotateTokens()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp131 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() function
438 Int.getLoc(), Int.getEndLoc(), WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()
450 Flt.getLoc(), Flt.getEndLoc(), WebAssemblyOperand::FltOp{Val})); in parseSingleFloat()
471 Flt.getLoc(), Flt.getEndLoc(), WebAssemblyOperand::FltOp{Val})); in parseSpecialFloatMaybe()
506 Tok.getLoc(), Tok.getEndLoc(), WebAssemblyOperand::IntOp{-1})); in checkForP2AlignIfLoadStore()
561 Tok.getLoc(), Tok.getEndLoc(), WebAssemblyOperand::SymOp{Val}); in parseFunctionTableOperand()
712 Loc.getLoc(), Loc.getEndLoc(), WebAssemblyOperand::SymOp{Expr})); in parseInstruction()
796 Tok.getLoc(), Tok.getEndLoc(), WebAssemblyOperand::BrLOp{}); in parseInstruction()
889 EndLoc = Lexer.getTok().getEndLoc(); in parseCatchList()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp136 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/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h78 virtual SMLoc getEndLoc() const = 0;

1234567