Home
last modified time | relevance | path

Searched refs:EndLoc (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp23 SourceLocation EndLoc) { in getStandardSelLoc() argument
27 if (EndLoc.isInvalid()) in getStandardSelLoc()
31 return EndLoc.getLocWithOffset(-Len); in getStandardSelLoc()
77 Args, EndLoc)) in hasStandardSelLocs()
86 Args, EndLoc)) in hasStandardSelLocs()
99 SourceLocation EndLoc) { in hasStandardSelectorLocs() argument
100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs()
109 getArgLoc(Index, Args), EndLoc); in getStandardSelectorLoc()
116 SourceLocation EndLoc) { in hasStandardSelectorLocs() argument
117 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs()
[all …]
H A DStmtOpenMP.cpp772 EndLoc); in Create()
798 EndLoc); in Create()
842 EndLoc); in Create()
859 EndLoc); in Create()
983 EndLoc, CollapsedNum); in Create()
1265 EndLoc, CollapsedNum); in Create()
1309 EndLoc, CollapsedNum); in Create()
1353 EndLoc, CollapsedNum); in Create()
1400 EndLoc, CollapsedNum); in Create()
1600 EndLoc, CollapsedNum); in Create()
[all …]
H A DOpenMPClause.cpp396 SourceLocation EndLoc) { in Create() argument
540 SourceLocation EndLoc, in Create() argument
653 SourceLocation EndLoc) { in Create() argument
958 SourceLocation EndLoc, in Create() argument
963 Clause->setLocEnd(EndLoc); in Create()
976 SourceLocation EndLoc) { in Create() argument
979 Clause->setLocEnd(EndLoc); in Create()
995 Clause->setLocEnd(EndLoc); in Create()
1026 SourceLocation EndLoc, in Create() argument
1650 SourceLocation EndLoc) { in Create() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h275 SourceLocation EndLoc; variable
307 EndLoc(std::move(EndLoc)) {} in OMPExecutableDirective()
2332 EndLoc) {} in OMPParallelMasterDirective()
2395 EndLoc) {} in OMPParallelMaskedDirective()
2467 EndLoc) {} in OMPParallelSectionsDirective()
3284 EndLoc) {} in OMPTargetEnterDataDirective()
3339 EndLoc) {} in OMPTargetExitDataDirective()
3396 EndLoc) {} in OMPTargetParallelDirective()
3623 EndLoc) {} in OMPCancellationPointDirective()
4516 EndLoc) {} in OMPTargetUpdateDirective()
[all …]
H A DAvailability.h39 SourceLocation BeginLoc, EndLoc; variable
43 SourceLocation BeginLoc, SourceLocation EndLoc) in AvailabilitySpec() argument
45 EndLoc(EndLoc) {} in AvailabilitySpec()
49 : BeginLoc(StarLoc), EndLoc(StarLoc) {} in AvailabilitySpec()
54 SourceLocation getEndLoc() const { return EndLoc; } in getEndLoc()
H A DOpenMPClause.h60 SourceLocation EndLoc; variable
67 : StartLoc(StartLoc), EndLoc(EndLoc), Kind(K) {} in OMPClause()
157 SourceLocation EndLoc) in OMPOneStmtClause() argument
265 SourceLocation EndLoc; member
268 SourceLocation EndLoc) in OMPVarListLocTy()
269 : StartLoc(StartLoc), LParenLoc(LParenLoc), EndLoc(EndLoc) {} in OMPVarListLocTy()
401 SourceLocation EndLoc) in OMPAlignClause() argument
1447 SourceLocation EndLoc) in OMPAtClause() argument
2556 SourceLocation EndLoc) in OMPFailClause() argument
6564 SourceLocation EndLoc) in OMPHintClause() argument
[all …]
H A DSelectorLocationsKind.h48 SourceLocation EndLoc);
60 SourceLocation EndLoc);
66 SourceLocation EndLoc);
78 SourceLocation EndLoc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp50 SMLoc &EndLoc) override;
293 SMLoc &EndLoc) { in parseRegister() argument
318 EndLoc = T.getEndLoc(); in tryParseRegister()
452 SMLoc StartLoc, EndLoc; in ParseOperand() local
453 if (!parseRegister(RegNo, StartLoc, EndLoc)) { in ParseOperand()
467 SMLoc EndLoc = getParser().getTok().getLoc(); in ParseOperand() local
473 EndLoc = getParser().getTok().getEndLoc(); in ParseOperand()
478 EndLoc)); in ParseOperand()
491 EndLoc)); in ParseOperand()
501 SMLoc RegStartLoc, EndLoc; in ParseOperand() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp201 auto EndLoc = StartLoc; in VisitNamedDecl() local
204 EndLoc, in VisitNamedDecl()
218 auto EndLoc = Expr->getMemberLoc(); in VisitMemberExpr() local
220 RenameInfos.push_back({StartLoc, EndLoc, in VisitMemberExpr()
235 auto EndLoc = D.getFieldLoc(); in VisitDesignatedInitExpr() local
289 RenameInfos.push_back({EndLoc, EndLoc, in VisitDeclRefExpr()
326 assert(EndLoc.isValid() && in VisitDeclRefExpr()
332 EndLoc, in VisitDeclRefExpr()
408 auto EndLoc = EndLocationForType(Loc); in VisitTypeLoc() local
411 EndLoc, in VisitTypeLoc()
[all …]
H A DUSRFinder.cpp87 SourceLocation EndLoc = CurrDecl->getEndLoc(); in getNamedDeclAt() local
88 if (StartLoc.isValid() && EndLoc.isValid() && in getNamedDeclAt()
90 SM.isBeforeInTranslationUnit(EndLoc, Point)) in getNamedDeclAt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp93 SMLoc StartLoc, EndLoc; member in __anon2dbeb9140111::SystemZOperand
158 : Kind(Kind), StartLoc(StartLoc), EndLoc(EndLoc) {} in SystemZOperand()
207 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS() argument
409 SMLoc StartLoc, EndLoc; member
808 Reg.EndLoc = Parser.getTok().getLoc(); in parseRegister()
911 SMLoc EndLoc = in parseAnyRegister() local
1191 SMLoc EndLoc = in parseAddress() local
1275 SMLoc EndLoc = in ParseDirectiveInsn() local
1373 EndLoc = Reg.EndLoc; in ParseRegister()
1510 SMLoc EndLoc = in parseOperand() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp44 SMLoc &EndLoc) override;
96 SMLoc StartLoc, EndLoc; member
109 EndLoc = o.EndLoc; in BPFOperand()
149 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
205 Op->EndLoc = S; in createToken()
214 Op->EndLoc = E; in createReg()
223 Op->EndLoc = E; in createImm()
351 SMLoc &EndLoc) { in parseRegister() argument
352 if (!tryParseRegister(Reg, StartLoc, EndLoc).isSuccess()) in parseRegister()
358 SMLoc &EndLoc) { in tryParseRegister() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h34 SMLoc StartLoc, EndLoc; member
91 : Kind(K), StartLoc(Start), EndLoc(End), OpDecl(nullptr), in X86Operand()
101 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
105 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange()
669 auto Res = std::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken()
676 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc,
689 CreateDXReg(SMLoc StartLoc, SMLoc EndLoc) { in CreateDXReg()
690 return std::make_unique<X86Operand>(DXRegister, StartLoc, EndLoc); in CreateDXReg()
694 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix()
695 auto Res = std::make_unique<X86Operand>(Prefix, StartLoc, EndLoc); in CreatePrefix()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16910 StartLoc, LParenLoc, EndLoc); in ActOnOpenMPOrderedClause()
16953 LParenLoc, EndLoc); in ActOnOpenMPSimpleClause()
17236 EndLoc); in ActOnOpenMPUpdateClause()
17286 EndLoc); in ActOnOpenMPAlignClause()
17293 SourceLocation EndLoc) { in ActOnOpenMPSingleExprWithArgClause() argument
17324 EndLoc); in ActOnOpenMPSingleExprWithArgClause()
17749 SourceLocation EndLoc) { in ActOnOpenMPFailClause() argument
18096 SourceLocation EndLoc = Locs.EndLoc; in ActOnOpenMPVarListClause() local
23101 SourceLocation EndLoc) { in ActOnOpenMPDistScheduleClause() argument
24312 EndLoc); in ActOnOpenMPBindClause()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp878 assert((!EndLoc || EndLoc->isValid()) && "End location is not valid"); in pushRegion()
886 if (EndLoc && EndLoc->isInvalid()) in pushRegion()
887 EndLoc = std::nullopt; in pushRegion()
948 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
983 EndLoc == getEndOfFileOrMacro(EndLoc)) in popRegions()
1097 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
1202 Region.setEndLoc(EndLoc); in terminateRegion()
1263 if (StartLoc == EndLoc) in fillGapAreaWithCount()
1269 handleFileExit(EndLoc); in fillGapAreaWithCount()
1326 if (NewStartLoc == EndLoc) in markSkipped()
[all …]
H A DCGLoopInfo.h94 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc,
125 llvm::DebugLoc EndLoc; variable
210 const llvm::DebugLoc &EndLoc);
217 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp38 bool parseRegister(MCRegister &Reg, SMLoc &StartLoc, SMLoc &EndLoc) override;
61 SMLoc &EndLoc) override { in tryParseRegister() argument
106 SMLoc StartLoc, EndLoc; member
119 EndLoc = o.EndLoc; in XtensaOperand()
245 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
281 Op->EndLoc = S; in createToken()
290 Op->EndLoc = E; in createReg()
299 Op->EndLoc = E; in createImm()
456 SMLoc &EndLoc) { in parseRegister() argument
459 EndLoc = Tok.getEndLoc(); in parseRegister()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5182 SourceLocation EndLoc);
5344 SourceLocation EndLoc);
10716 SourceLocation EndLoc, // location of the ; or {.
12123 SourceLocation EndLoc);
12153 SourceLocation EndLoc);
12183 SourceLocation EndLoc);
12229 SourceLocation EndLoc);
12238 SourceLocation EndLoc);
12351 SourceLocation EndLoc);
12522 SourceLocation CommaLoc, SourceLocation EndLoc);
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp258 EndLoc = Loc; in ParseGNUAttributes()
590 if (EndLoc) in ParseAttributeArgsCommon()
591 *EndLoc = RParen; in ParseAttributeArgsCommon()
963 if (EndLoc.isValid()) { in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
970 SourceLocation EndLoc; in SkipExtendedMicrosoftTypeAttributes() local
990 return EndLoc; in SkipExtendedMicrosoftTypeAttributes()
1540 if (EndLoc) in ParseExternalSourceSymbolAttribute()
1619 if (EndLoc) in ParseObjCBridgeRelatedAttribute()
1662 if (EndLoc) in ParseSwiftNewTypeAttribute()
1725 if (EndLoc) in ParseTypeTagForDatatypeAttribute()
[all …]
H A DParseDeclCXX.cpp1071 SourceLocation EndLoc; in ParseDecltypeSpecifier() local
1082 return EndLoc; in ParseDecltypeSpecifier()
1134 return EndLoc; in ParseDecltypeSpecifier()
1170 return EndLoc; in ParseDecltypeSpecifier()
3411 SourceLocation EndLoc; in ParseCXXClassMemberDeclarationWithPragmas() local
4677 if (EndLoc) in ParseCXX11AttributeSpecifierInternal()
4678 *EndLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal()
4705 if (EndLoc.isValid()) { in DiagnoseAndSkipCXX11Attributes()
4714 SourceLocation EndLoc; in SkipCXX11Attributes() local
4717 return EndLoc; in SkipCXX11Attributes()
[all …]
H A DParseStmtAsm.cpp380 SourceLocation EndLoc = AsmLoc; in ParseMicrosoftAsmStatement() local
397 EndLoc = ConsumeBrace(); in ParseMicrosoftAsmStatement()
398 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement()
403 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
419 EndLoc = ConsumeBrace(); in ParseMicrosoftAsmStatement()
421 LBraceLocs.push_back(EndLoc); in ParseMicrosoftAsmStatement()
481 EndLoc = ConsumeBrace(); in ParseMicrosoftAsmStatement()
497 EndLoc = TokLoc; in ParseMicrosoftAsmStatement()
551 ConstraintRefs, ClobberRefs, Exprs, EndLoc); in ParseMicrosoftAsmStatement()
671 ClobberRefs, Exprs, EndLoc); in ParseMicrosoftAsmStatement()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp267 SourceRange SpaceRange(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
297 EndLoc = EndLoc.getLocWithOffset(-1); in rewriteToPropertyDotSyntax()
302 SourceRange Range(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
553 EndLoc = EndLoc.getLocWithOffset(1); in rewriteToObjCProperty()
664 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
684 EndLoc = *PL; in rewriteToObjCInterfaceDecl()
687 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
774 if (EndLoc.isInvalid()) in rewriteToNSMacroDecl()
1396 SourceLocation EndLoc = LastFD->getEndLoc(); in AnnotateImplicitBridging() local
1398 EndLoc = PP.getLocForEndOfToken(EndLoc); in AnnotateImplicitBridging()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h303 virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
311 virtual bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc,
320 virtual bool parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
343 SMLoc &EndLoc) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1147 EndLoc = getTok().getEndLoc(); in parseBracketExpr()
1201 EndLoc = FirstTokenLoc; in parsePrimaryExpr()
1386 if (parseExpression(Res, EndLoc)) in parsePrimaryExpr()
1396 SMLoc EndLoc; in parseExpression() local
1507 parseBinOpRHS(1, Res, EndLoc)) in parseExpression()
1545 return parseParenExpr(Res, EndLoc) || parseBinOpRHS(1, Res, EndLoc); in parseParenExpression()
1550 if (parseParenExpr(Res, EndLoc)) in parseParenExprOfDepth()
1560 EndLoc = getTok().getEndLoc(); in parseParenExprOfDepth()
2792 SMLoc EndLoc; in parseMacroArguments() local
2812 jumpToLoc(EndLoc, CurBuffer); in parseMacroArguments()
[all …]
H A DMasmParser.cpp1550 EndLoc = getTok().getEndLoc(); in parseBracketExpr()
1595 EndLoc = FirstTokenLoc; in parsePrimaryExpr()
1839 SMLoc EndLoc; in parseExpression() local
1905 return parseParenExpr(Res, EndLoc) || parseBinOpRHS(1, Res, EndLoc); in parseParenExpression()
3146 SMLoc EndLoc; in parseMacroArguments() local
3441 SMLoc EndLoc; in parseDirectiveEquate() local
3453 {StartLoc, EndLoc}); in parseDirectiveEquate()
5898 return Error(EndLoc, in parseDirectiveExitMacro()
6236 SMLoc StartLoc, EndLoc; in parseDirectiveIfdef() local
6356 SMLoc StartLoc, EndLoc; in parseDirectiveElseIfdef() local
[all …]

12345