| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 273 SourceLocation StartLoc; variable 297 : Stmt(SC), Kind(K), StartLoc(std::move(StartLoc)), in OMPExecutableDirective() 1867 StartLoc, EndLoc) {} in OMPSingleDirective() 1918 StartLoc, EndLoc) {} in OMPMasterDirective() 2347 StartLoc, EndLoc) {} in OMPTaskDirective() 2611 StartLoc, EndLoc) {} in OMPFlushDirective() 2664 StartLoc, EndLoc) {} in OMPDepobjDirective() 2789 StartLoc, EndLoc) {} in OMPAtomicDirective() 2895 StartLoc, EndLoc) {} in OMPTargetDirective() 3287 StartLoc, EndLoc) {} in OMPTeamsDirective() [all …]
|
| H A D | OpenMPClause.h | 56 SourceLocation StartLoc; variable 66 : StartLoc(StartLoc), EndLoc(EndLoc), Kind(K) {} in OMPClause() 70 SourceLocation getBeginLoc() const { return StartLoc; } in getBeginLoc() 76 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() 84 bool isImplicit() const { return StartLoc.isInvalid(); } in isImplicit() 177 SourceLocation StartLoc; member 185 : StartLoc(StartLoc), LParenLoc(LParenLoc), EndLoc(EndLoc) {} in OMPVarListLocTy() 476 : OMPClause(llvm::omp::OMPC_if, StartLoc, EndLoc), in OMPIfClause() 555 : OMPClause(llvm::omp::OMPC_final, StartLoc, EndLoc), in OMPFinalClause() 1029 OMPCollapseClause(Expr *Num, SourceLocation StartLoc, in OMPCollapseClause() argument [all …]
|
| H A D | Decl.h | 559 SourceLocation StartLoc, SourceLocation IdLoc, 573 bool Inline, SourceLocation StartLoc, 1669 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 1679 SourceLocation StartLoc, 2023 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 2036 SourceLocation StartLoc, 2869 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() argument 2873 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in FieldDecl() 3183 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl() argument 3613 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, [all …]
|
| H A D | DeclCXX.h | 484 SourceLocation StartLoc, SourceLocation IdLoc, 545 SourceLocation StartLoc, SourceLocation IdLoc, 1876 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1935 SourceLocation StartLoc); 1966 SourceLocation StartLoc, 2457 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, 2682 : CXXMethodDecl(CXXDestructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXMethodDecl() argument 2692 SourceLocation StartLoc, 2738 : CXXMethodDecl(CXXConversion, C, RD, StartLoc, NameInfo, T, TInfo, in CXXMethodDecl() argument 2751 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, [all …]
|
| /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 405 SMLoc StartLoc, EndLoc; member 749 Reg.StartLoc = Parser.getTok().getLoc(); in parseRegister() 893 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAnyRegister() local 904 Error(StartLoc, "invalid register"); in parseAnyRegister() 923 Error(StartLoc, "invalid register"); in parseAnyRegister() 962 Reg.StartLoc = Parser.getTok().getLoc(); in parseIntegerRegister() 1099 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress() local 1340 StartLoc = Reg.StartLoc; in ParseRegister() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 282 StartLoc, EndLoc, CollapsedNum); in Create() 317 StartLoc, EndLoc, CollapsedNum); in Create() 403 StartLoc, EndLoc, CollapsedNum); in Create() 975 StartLoc, EndLoc, CollapsedNum); in Create() 1200 StartLoc, EndLoc, CollapsedNum); in Create() 1366 StartLoc, EndLoc, CollapsedNum); in Create() 1639 StartLoc, EndLoc, CollapsedNum); in Create() 1699 StartLoc, EndLoc, CollapsedNum); in Create() 1823 StartLoc, EndLoc, CollapsedNum); in Create() 1887 StartLoc, EndLoc, CollapsedNum); in Create() [all …]
|
| H A D | OpenMPClause.cpp | 325 SourceLocation StartLoc, in Create() argument 375 SourceLocation StartLoc, in Create() argument 381 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument 518 SourceLocation StartLoc, in Create() argument 927 SourceLocation StartLoc, in Create() argument 932 Clause->setLocStart(StartLoc); in Create() 946 SourceLocation StartLoc, in Create() argument 949 Clause->setLocStart(StartLoc); in Create() 964 Clause->setLocStart(StartLoc); in Create() 995 SourceLocation StartLoc, in Create() argument [all …]
|
| H A D | DeclTemplate.cpp | 732 const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() argument 896 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 912 SourceLocation StartLoc, in Create() argument 1029 SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl() argument 1038 TK, DC, StartLoc, IdLoc, in ClassTemplatePartialSpecializationDecl() 1048 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument 1260 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1273 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in Create() argument 1277 VarTemplateSpecialization, Context, DC, StartLoc, IdLoc, in Create() 1327 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplatePartialSpecializationDecl() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 48 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, 290 bool MSP430AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister() argument 292 switch (tryParseRegister(RegNo, StartLoc, EndLoc)) { in ParseRegister() 294 return Error(StartLoc, "invalid register name"); in ParseRegister() 317 StartLoc = T.getLoc(); in tryParseRegister() 457 SMLoc StartLoc, EndLoc; in ParseOperand() local 458 if (!ParseRegister(RegNo, StartLoc, EndLoc)) { in ParseOperand() 467 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 492 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 505 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 200 auto StartLoc = Decl->getLocation(); in VisitNamedDecl() local 201 auto EndLoc = StartLoc; in VisitNamedDecl() 203 RenameInfo Info = {StartLoc, in VisitNamedDecl() 217 auto StartLoc = Expr->getMemberLoc(); in VisitMemberExpr() local 220 RenameInfos.push_back({StartLoc, EndLoc, in VisitMemberExpr() 234 auto StartLoc = D.getFieldLoc(); in VisitDesignatedInitExpr() local 236 RenameInfos.push_back({StartLoc, EndLoc, in VisitDesignatedInitExpr() 276 auto StartLoc = Expr->getBeginLoc(); in VisitDeclRefExpr() local 330 RenameInfo Info = {StartLoc, in VisitDeclRefExpr() 409 RenameInfo Info = {StartLoc, in VisitTypeLoc() [all …]
|
| H A D | USRFinder.cpp | 86 SourceLocation StartLoc = CurrDecl->getBeginLoc(); in getNamedDeclAt() local 88 if (StartLoc.isValid() && EndLoc.isValid() && in getNamedDeclAt() 89 SM.isBeforeInTranslationUnit(StartLoc, Point) != in getNamedDeclAt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 42 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, 97 SMLoc StartLoc, EndLoc; member 109 StartLoc = o.StartLoc; in BPFOperand() 144 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() 201 Op->StartLoc = S; in createToken() 210 Op->StartLoc = S; in createReg() 219 Op->StartLoc = S; in createImm() 325 bool BPFAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister() argument 328 return Error(StartLoc, "invalid register name"); in ParseRegister() 333 SMLoc &StartLoc, in tryParseRegister() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 243 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local 256 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator() 258 StartLoc, ConsumeToken(), nullptr, nullptr); in ParseInitializerWithPotentialDesignator() 272 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator() 273 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator() 295 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator() 297 StartLoc, ConsumeToken(), nullptr, nullptr); in ParseInitializerWithPotentialDesignator() 300 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator() 322 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator() 358 StartLoc, SourceLocation(), nullptr, Idx.get()); in ParseInitializerWithPotentialDesignator() [all …]
|
| H A D | Parser.cpp | 182 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local 196 Diag(StartLoc, diag::warn_cxx98_compat_top_level_semi) in ConsumeExtraSemi() 199 Diag(StartLoc, diag::ext_extra_semi_cxx11) in ConsumeExtraSemi() 205 Diag(StartLoc, diag::ext_extra_semi) in ConsumeExtraSemi() 211 Diag(StartLoc, diag::warn_extra_semi_after_mem_fn_def) in ConsumeExtraSemi() 844 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local 855 Diag(StartLoc, diag::err_gnu_inline_asm_disabled); in ParseExternalDeclaration() 2294 SourceLocation StartLoc = Tok.getLocation(); in ParseModuleDecl() local 2315 << SourceRange(StartLoc, SemiLoc); in ParseModuleDecl() 2319 Diag(StartLoc, diag::err_module_fragment_exported) in ParseModuleDecl() [all …]
|
| H A D | ParseDeclCXX.cpp | 998 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local 1020 StartLoc : T.getOpenLocation(); in ParseDecltypeSpecifier() 1093 Diag(StartLoc, DiagID) << PrevSpec; in ParseDecltypeSpecifier() 1122 Tok.setLocation(StartLoc); in AnnotateExistingDecltypeSpecifier() 1130 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local 1153 Diag(StartLoc, DiagID) << PrevSpec; in ParseUnderlyingTypeSpecifier() 2068 Diag(StartLoc, DiagID) << PrevSpec; in ParseClassSpecifier() 2147 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local 2203 SourceRange Range(StartLoc, EndLocation); in ParseBaseSpecifier() 4494 SourceRange Range(StartLoc, EndLoc); in DiagnoseAndSkipCXX11Attributes() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4776 SemaRef.Diag(StartLoc, in checkNestingOfRegions() 5725 StartLoc)) in ActOnOpenMPExecutableDirective() 6332 DSAStack->addTargetDirLocation(StartLoc); in ActOnOpenMPExecutableDirective() 10659 DSAStack->addAtomicDirectiveLoc(StartLoc); in ActOnOpenMPAtomicDirective() 10717 Loc = StartLoc; in ActOnOpenMPAtomicDirective() 11445 DSAStack->setParentTeamsRegionLoc(StartLoc); in ActOnOpenMPTeamsDirective() 12144 DSAStack->setParentTeamsRegionLoc(StartLoc); in ActOnOpenMPTeamsDistributeDirective() 14391 StartLoc, LParenLoc, EndLoc); in ActOnOpenMPOrderedClause() 15413 SourceLocation StartLoc = Locs.StartLoc; in ActOnOpenMPVarListClause() local 19337 MapperId.setLoc(StartLoc); in checkMappableExpressionList() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 52 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, 98 SMLoc StartLoc, EndLoc; member 110 StartLoc = o.StartLoc; in CSKYOperand() 192 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() 228 Op->StartLoc = S; in createToken() 237 Op->StartLoc = S; in createReg() 246 Op->StartLoc = S; in createImm() 395 bool CSKYAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister() argument 398 StartLoc = Tok.getLoc(); in ParseRegister() 407 return Error(StartLoc, "invalid register name"); in ParseRegister() [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() 88 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() 95 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() 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() 668 auto Res = std::make_unique<X86Operand>(Memory, StartLoc, EndLoc); [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 582 MostRecentLocation = *StartLoc; in pushRegion() 652 StartLoc = getIncludeOrExpansionLoc(StartLoc); in popRegions() 653 if (StartLoc.isInvalid()) in popRegions() 659 Region.setStartLoc(StartLoc); in popRegions() 666 if (StartLoc == getStartOfFileOrMacro(StartLoc) && in popRegions() 689 SourceLocation StartLoc = getStart(S); in propagateCounts() local 855 SourceLocation StartLoc = getStart(S); in extendRegion() local 857 handleFileExit(StartLoc); in extendRegion() 859 Region.setStartLoc(StartLoc); in extendRegion() 923 if (StartLoc == EndLoc) in fillGapAreaWithCount() [all …]
|
| H A D | CGLoopInfo.h | 91 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, 120 llvm::DebugLoc StartLoc; variable 206 void push(llvm::BasicBlock *Header, const llvm::DebugLoc &StartLoc, 213 llvm::ArrayRef<const Attr *> Attrs, const llvm::DebugLoc &StartLoc,
|
| H A D | CGLoopInfo.cpp | 422 if (StartLoc) { in createMetadata() 423 LoopProperties.push_back(StartLoc.getAsMDNode()); in createMetadata() 475 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, in LoopInfo() argument 477 : Header(Header), Attrs(Attrs), StartLoc(StartLoc), EndLoc(EndLoc), in LoopInfo() 495 Attrs.DistributeEnable == LoopAttributes::Unspecified && !StartLoc && in LoopInfo() 586 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push() argument 589 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push() 598 const llvm::DebugLoc &StartLoc, in push() argument 801 push(Header, StartLoc, EndLoc); in push()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2896 DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc, 2919 DeclResult ActOnModuleImport(SourceLocation StartLoc, 2922 DeclResult ActOnModuleImport(SourceLocation StartLoc, 4671 SourceLocation StartLoc, 4838 SourceLocation StartLoc, 6340 ExprResult ActOnCXXDelete(SourceLocation StartLoc, 10956 OMPClause *ActOnOpenMPFullClause(SourceLocation StartLoc, 11022 SourceLocation StartLoc, SourceLocation LParenLoc, 11181 SourceLocation StartLoc, SourceLocation LParenLoc, 11188 ArrayRef<Expr *> VarList, SourceLocation StartLoc, [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 751 SourceLocation StartLoc = LHSTok.getLocation(); in pasteTokens() local 901 if (StartLoc.isFileID()) in pasteTokens() 902 StartLoc = getExpansionLocForMacroDefLoc(StartLoc); in pasteTokens() 906 while (SM.getFileID(StartLoc) != MacroFID) in pasteTokens() 907 StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin(); in pasteTokens() 911 LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc, in pasteTokens()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 69 bool ParseRegister(unsigned &RegNum, SMLoc &StartLoc, SMLoc &EndLoc) override; 70 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, 115 SMLoc StartLoc, EndLoc; member 151 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() 589 Op->StartLoc = Start; in CreateToken() 598 Op->StartLoc = Start; in createReg() 607 Op->StartLoc = Start; in createImm() 719 bool LanaiAsmParser::ParseRegister(unsigned &RegNum, SMLoc &StartLoc, in ParseRegister() argument 722 StartLoc = Tok.getLoc(); in ParseRegister() 731 SMLoc &StartLoc, in tryParseRegister() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 165 SMLoc StartLoc, EndLoc; member in __anonec9e6daa0211::VEOperand 409 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() 591 Op->StartLoc = S; in CreateToken() 600 Op->StartLoc = S; in CreateReg() 609 Op->StartLoc = S; in CreateImm() 618 Op->StartLoc = S; in CreateCCOp() 627 Op->StartLoc = S; in CreateRDOp() 637 Op->StartLoc = S; in CreateMImm() 796 bool VEAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister() argument 799 return Error(StartLoc, "invalid register name"); in ParseRegister() [all …]
|