| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | SelectorLocationsKind.cpp | 23 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 D | StmtOpenMP.cpp | 282 StartLoc, EndLoc, CollapsedNum); in Create() 734 EndLoc); in Create() 751 EndLoc); in Create() 871 EndLoc, CollapsedNum); in Create() 1108 EndLoc, CollapsedNum); in Create() 1152 EndLoc, CollapsedNum); in Create() 1304 EndLoc, CollapsedNum); in Create() 1469 EndLoc, CollapsedNum); in Create() 1595 EndLoc, CollapsedNum); in Create() 1775 EndLoc, CollapsedNum); in Create() [all …]
|
| H A D | OpenMPClause.cpp | 327 SourceLocation EndLoc) { in Create() argument 376 SourceLocation EndLoc) { in Create() argument 520 SourceLocation EndLoc, in Create() argument 929 SourceLocation EndLoc, in Create() argument 934 Clause->setLocEnd(EndLoc); in Create() 947 SourceLocation EndLoc) { in Create() argument 950 Clause->setLocEnd(EndLoc); in Create() 966 Clause->setLocEnd(EndLoc); in Create() 997 SourceLocation EndLoc, in Create() argument 1550 SourceLocation EndLoc, Expr *Modifier, in Create() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 275 SourceLocation EndLoc; variable 298 EndLoc(std::move(EndLoc)) {} in OMPExecutableDirective() 1968 SourceLocation EndLoc) in OMPCriticalDirective() argument 2196 EndLoc) {} in OMPParallelMasterDirective() 2268 EndLoc) {} in OMPParallelSectionsDirective() 3004 EndLoc) {} in OMPTargetEnterDataDirective() 3059 EndLoc) {} in OMPTargetExitDataDirective() 3116 EndLoc) {} in OMPTargetParallelDirective() 3343 EndLoc) {} in OMPCancellationPointDirective() 3949 EndLoc) {} in OMPTargetUpdateDirective() [all …]
|
| H A D | Availability.h | 39 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 D | OpenMPClause.h | 59 SourceLocation EndLoc; variable 66 : StartLoc(StartLoc), EndLoc(EndLoc), Kind(K) {} in OMPClause() 181 SourceLocation EndLoc; member 184 SourceLocation EndLoc) in OMPVarListLocTy() 185 : StartLoc(StartLoc), LParenLoc(LParenLoc), EndLoc(EndLoc) {} in OMPVarListLocTy() 289 SourceLocation EndLoc) in OMPAllocatorClause() argument 695 SourceLocation EndLoc) in OMPSafelenClause() argument 761 SourceLocation EndLoc) in OMPSimdlenClause() argument 1105 SourceLocation EndLoc) in OMPDefaultClause() argument 6259 SourceLocation EndLoc) in OMPHintClause() argument [all …]
|
| H A D | SelectorLocationsKind.h | 48 SourceLocation EndLoc); 60 SourceLocation EndLoc); 66 SourceLocation EndLoc); 78 SourceLocation EndLoc);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 291 SMLoc &EndLoc) { in ParseRegister() argument 318 EndLoc = T.getEndLoc(); in tryParseRegister() 457 SMLoc StartLoc, EndLoc; in ParseOperand() local 458 if (!ParseRegister(RegNo, StartLoc, EndLoc)) { in ParseOperand() 472 SMLoc EndLoc = getParser().getTok().getLoc(); in ParseOperand() local 481 EndLoc = getParser().getTok().getEndLoc(); in ParseOperand() 485 EndLoc)); in ParseOperand() 496 SMLoc EndLoc = getParser().getTok().getLoc(); in ParseOperand() local 498 EndLoc)); in ParseOperand() 508 SMLoc RegStartLoc, EndLoc; in ParseOperand() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 201 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 288 RenameInfos.push_back({EndLoc, EndLoc, in VisitDeclRefExpr() 325 assert(EndLoc.isValid() && in VisitDeclRefExpr() 331 EndLoc, in VisitDeclRefExpr() 407 auto EndLoc = EndLocationForType(Loc); in VisitTypeLoc() local 410 EndLoc, in VisitTypeLoc() [all …]
|
| H A D | USRFinder.cpp | 87 SourceLocation EndLoc = CurrDecl->getEndLoc(); in getNamedDeclAt() local 88 if (StartLoc.isValid() && EndLoc.isValid() && in getNamedDeclAt() 90 SM.isBeforeInTranslationUnit(EndLoc, Point)) in getNamedDeclAt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 88 SMLoc StartLoc, EndLoc; member in __anonc1ff31d20111::SystemZOperand 202 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS() argument 286 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() 405 SMLoc StartLoc, EndLoc; member 797 Reg.EndLoc = Parser.getTok().getLoc(); in parseRegister() 909 SMLoc EndLoc = in parseAnyRegister() local 1200 SMLoc EndLoc = in parseAddress() local 1280 SMLoc EndLoc = in ParseDirectiveInsn() local 1341 EndLoc = Reg.EndLoc; in ParseRegister() 1480 SMLoc EndLoc = in parseOperand() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 43 SMLoc &EndLoc) override; 97 SMLoc StartLoc, EndLoc; member 110 EndLoc = o.EndLoc; in BPFOperand() 146 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() 202 Op->EndLoc = S; in createToken() 211 Op->EndLoc = E; in createReg() 220 Op->EndLoc = E; in createImm() 326 SMLoc &EndLoc) { in ParseRegister() argument 327 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success) in ParseRegister() 334 SMLoc &EndLoc) { in tryParseRegister() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 32 SMLoc StartLoc, EndLoc; member 81 : Kind(K), StartLoc(Start), EndLoc(End), OpDecl(nullptr), in X86Operand() 91 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() 95 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() 618 auto Res = std::make_unique<X86Operand>(Token, Loc, EndLoc); in CreateToken() 625 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, 638 CreateDXReg(SMLoc StartLoc, SMLoc EndLoc) { in CreateDXReg() 639 return std::make_unique<X86Operand>(DXRegister, StartLoc, EndLoc); in CreateDXReg() 643 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix() 644 auto Res = std::make_unique<X86Operand>(Prefix, StartLoc, EndLoc); in CreatePrefix() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 53 SMLoc &EndLoc) override; 98 SMLoc StartLoc, EndLoc; member 111 EndLoc = o.EndLoc; in CSKYOperand() 194 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc() 229 Op->EndLoc = S; in createToken() 238 Op->EndLoc = E; in createReg() 247 Op->EndLoc = E; in createImm() 396 SMLoc &EndLoc) { in ParseRegister() argument 399 EndLoc = Tok.getEndLoc(); in ParseRegister() 634 SMLoc &EndLoc) { in tryParseRegister() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5863 EndLoc); in ActOnOpenMPExecutableDirective() 5886 EndLoc); in ActOnOpenMPExecutableDirective() 5895 EndLoc); in ActOnOpenMPExecutableDirective() 14391 StartLoc, LParenLoc, EndLoc); in ActOnOpenMPOrderedClause() 14629 EndLoc); in ActOnOpenMPUpdateClause() 14675 SourceLocation EndLoc) { in ActOnOpenMPSingleExprWithArgClause() argument 14706 EndLoc); in ActOnOpenMPSingleExprWithArgClause() 15292 EndLoc); in ActOnOpenMPInitClause() 15415 SourceLocation EndLoc = Locs.EndLoc; in ActOnOpenMPVarListClause() local 15458 ColonLoc, EndLoc); in ActOnOpenMPVarListClause() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 632 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions() 633 if (EndLoc.isInvalid()) in popRegions() 660 Region.setEndLoc(EndLoc); in popRegions() 663 MostRecentLocation = EndLoc; in popRegions() 667 EndLoc == getEndOfFileOrMacro(EndLoc)) in popRegions() 690 SourceLocation EndLoc = getEnd(S); in propagateCounts() local 700 MostRecentLocation = EndLoc; in propagateCounts() 767 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal() 868 Region.setEndLoc(EndLoc); in terminateRegion() 923 if (StartLoc == EndLoc) in fillGapAreaWithCount() [all …]
|
| H A D | CGLoopInfo.h | 91 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, 122 llvm::DebugLoc EndLoc; variable 207 const llvm::DebugLoc &EndLoc); 214 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4672 SourceLocation EndLoc); 4832 SourceLocation EndLoc); 9749 SourceLocation EndLoc, // location of the ; or {. 10931 SourceLocation EndLoc); 10957 SourceLocation EndLoc); 10983 SourceLocation EndLoc); 11024 SourceLocation EndLoc); 11033 SourceLocation EndLoc); 11045 SourceLocation EndLoc); 11271 SourceLocation CommaLoc, SourceLocation EndLoc); [all …]
|
| H A D | DeclSpec.h | 1070 EndLocation = EndLoc; in setConversionFunctionId() 1102 EndLocation = EndLoc; in setConstructorName() 1125 EndLocation = EndLoc; in setDestructorName() 1183 SourceLocation EndLoc; member 1186 if (EndLoc.isInvalid()) in getSourceRange() 1614 I.EndLoc = RBLoc; in getArray() 1677 I.EndLoc = EndLoc; in getMemberPointer() 2217 if (!EndLoc.isInvalid()) in AddTypeInfo() 2218 SetRangeEnd(EndLoc); in AddTypeInfo() 2226 if (!EndLoc.isInvalid()) in AddTypeInfo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 172 if (!EndLoc) in ParseGNUAttributes() 173 EndLoc = &Loc; in ParseGNUAttributes() 245 if (EndLoc) in ParseGNUAttributes() 246 *EndLoc = Loc; in ParseGNUAttributes() 446 if (EndLoc) in ParseAttributeArgsCommon() 447 *EndLoc = RParen; in ParseAttributeArgsCommon() 822 return EndLoc; in SkipExtendedMicrosoftTypeAttributes() 1351 if (EndLoc) in ParseExternalSourceSymbolAttribute() 1480 if (EndLoc) in ParseSwiftNewTypeAttribute() 1547 if (EndLoc) in ParseTypeTagForDatatypeAttribute() [all …]
|
| H A D | Parser.cpp | 99 << FixItHint::CreateInsertion(EndLoc, ")"); in SuggestParentheses() 139 if (EndLoc.isValid()) in ExpectAndConsume() 144 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling) in ExpectAndConsume() 183 SourceLocation EndLoc = Tok.getLocation(); in ConsumeExtraSemi() local 188 EndLoc = Tok.getLocation(); in ConsumeExtraSemi() 845 SourceLocation EndLoc; in ParseExternalDeclaration() local 1580 if (EndLoc) in ParseSimpleAsm() 1581 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm() 1583 if (EndLoc) in ParseSimpleAsm() 1584 *EndLoc = Tok.getLocation(); in ParseSimpleAsm() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 270 SourceRange SpaceRange(BegLoc, EndLoc); in rewriteToPropertyDotSyntax() 300 EndLoc = EndLoc.getLocWithOffset(-1); in rewriteToPropertyDotSyntax() 305 SourceRange Range(BegLoc, EndLoc); in rewriteToPropertyDotSyntax() 557 EndLoc = EndLoc.getLocWithOffset(1); in rewriteToObjCProperty() 668 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local 688 EndLoc = *PL; in rewriteToObjCInterfaceDecl() 691 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl() 778 if (EndLoc.isInvalid()) in rewriteToNSMacroDecl() 1403 SourceLocation EndLoc = LastFD->getEndLoc(); in AnnotateImplicitBridging() local 1405 EndLoc = PP.getLocForEndOfToken(EndLoc); in AnnotateImplicitBridging() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParser.h | 300 virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0; 308 virtual bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc, 317 virtual bool parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0; 340 SMLoc &EndLoc) = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1127 EndLoc = getTok().getEndLoc(); in parseBracketExpr() 1181 EndLoc = FirstTokenLoc; in parsePrimaryExpr() 1368 if (parseExpression(Res, EndLoc)) in parsePrimaryExpr() 1379 SMLoc EndLoc; in parseExpression() local 1490 parseBinOpRHS(1, Res, EndLoc)) in parseExpression() 1528 return parseParenExpr(Res, EndLoc) || parseBinOpRHS(1, Res, EndLoc); in parseParenExpression() 1533 if (parseParenExpr(Res, EndLoc)) in parseParenExprOfDepth() 1543 EndLoc = getTok().getEndLoc(); in parseParenExprOfDepth() 2781 SMLoc EndLoc; in parseMacroArguments() local 2801 jumpToLoc(EndLoc, CurBuffer); in parseMacroArguments() [all …]
|
| H A D | MasmParser.cpp | 1534 EndLoc = getTok().getEndLoc(); in parseBracketExpr() 1579 EndLoc = FirstTokenLoc; in parsePrimaryExpr() 1850 SMLoc EndLoc; in parseExpression() local 1916 return parseParenExpr(Res, EndLoc) || parseBinOpRHS(1, Res, EndLoc); in parseParenExpression() 3198 SMLoc EndLoc; in parseMacroArguments() local 3494 SMLoc EndLoc; in parseDirectiveEquate() local 3506 {StartLoc, EndLoc}); in parseDirectiveEquate() 5971 return Error(EndLoc, in parseDirectiveExitMacro() 6279 SMLoc StartLoc, EndLoc; in parseDirectiveIfdef() local 6401 SMLoc StartLoc, EndLoc; in parseDirectiveElseIfdef() local [all …]
|