/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 263 SourceLocation StartLoc, in Create() 282 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 301 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 337 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 410 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 431 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 453 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 471 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 491 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 535 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() [all …]
|
H A D | OpenMPClause.cpp | 345 SourceLocation StartLoc, in Create() 395 SourceLocation StartLoc, in Create() 401 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 434 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 465 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 514 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 538 SourceLocation StartLoc, in Create() 586 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 633 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 651 SourceLocation StartLoc, in Create() [all …]
|
H A D | DeclTemplate.cpp | 726 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl() 743 const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() 757 const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() 922 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl() 943 SourceLocation StartLoc, in Create() 1132 ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl() 1146 ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, in Create() 1357 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() 1373 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in Create() 1488 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplatePartialSpecializationDecl() [all …]
|
H A D | DeclCXX.cpp | 125 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl() 133 DeclContext *DC, SourceLocation StartLoc, in Create() 2196 ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() 2213 ASTContext &C, DeclContext *DC, SourceLocation StartLoc) { in Create() 2312 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2722 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in CXXConstructorDecl() 2762 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2896 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2929 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 3003 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() [all …]
|
H A D | Decl.cpp | 2117 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2908 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3030 SourceLocation StartLoc, in FunctionDecl() 4538 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4827 EnumDecl::EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl() 4845 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4985 DeclContext *DC, SourceLocation StartLoc, in RecordDecl() 5008 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5389 FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() 5496 SourceLocation StartLoc, SourceLocation IdLoc, in Create() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 273 SourceLocation StartLoc; variable 305 SourceLocation StartLoc, SourceLocation EndLoc) in OMPExecutableDirective() 638 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() 714 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopBasedDirective() 984 SourceLocation StartLoc, in OMPLoopTransformationDirective() 1155 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopDirective() 1595 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective() 1662 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() 1750 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() 1816 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective() [all …]
|
H A D | OpenMPClause.h | 57 SourceLocation StartLoc; variable 66 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() 156 OMPOneStmtClause(Stmt *S, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPOneStmtClause() 261 SourceLocation StartLoc; member 292 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, in OMPVarListClause() 367 OMPAllocatorClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocatorClause() 400 OMPAlignClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAlignClause() 451 OMPAllocateClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocateClause() 571 OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, in OMPIfClause() 647 OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, in OMPFinalClause() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 292 bool MSP430AsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister() 305 ParseStatus MSP430AsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister() 452 SMLoc StartLoc, EndLoc; in ParseOperand() local 462 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 485 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 498 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 517 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 93 SMLoc StartLoc, EndLoc; member in __anonde0c959e0111::SystemZOperand 157 SystemZOperand(OperandKind Kind, SMLoc StartLoc, SMLoc EndLoc) in SystemZOperand() 161 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid() 174 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg() 182 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm() 191 unsigned LengthReg, SMLoc StartLoc, SMLoc EndLoc) { in createMem() 207 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS() 409 SMLoc StartLoc, EndLoc; member 897 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAnyRegister() local 1100 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4767 SourceLocation StartLoc) { in checkCancelRegion() 4786 SourceLocation StartLoc) { in checkNestingOfRegions() 5988 SourceLocation StartLoc, SourceLocation EndLoc, in mapLoopConstruct() 6079 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPExecutableDirective() 7700 Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPParallelDirective() 10354 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPSimdDirective() 10386 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForDirective() 10415 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForSimdDirective() 10478 Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPSectionsDirective() 10491 SourceLocation StartLoc, in ActOnOpenMPSectionDirective() [all …]
|
H A D | TreeTransform.h | 1509 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt() 1686 Expr *Condition, SourceLocation StartLoc, in RebuildOMPIfClause() 1700 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, in RebuildOMPFinalClause() 1712 SourceLocation StartLoc, in RebuildOMPNumThreadsClause() 1723 OMPClause *RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSafelenClause() 1734 OMPClause *RebuildOMPSimdlenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSimdlenClause() 1742 SourceLocation StartLoc, in RebuildOMPSizesClause() 1750 OMPClause *RebuildOMPFullClause(SourceLocation StartLoc, in RebuildOMPFullClause() 1756 OMPClause *RebuildOMPPartialClause(Expr *Factor, SourceLocation StartLoc, in RebuildOMPPartialClause() 1767 OMPClause *RebuildOMPAllocatorClause(Expr *A, SourceLocation StartLoc, in RebuildOMPAllocatorClause() [all …]
|
H A D | SemaModule.cpp | 259 Sema::ActOnModuleDecl(SourceLocation StartLoc, SourceLocation ModuleLoc, in ActOnModuleDecl() 574 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() 640 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport()
|
H A D | SemaOpenACC.cpp | 26 SourceLocation StartLoc, bool IsStmt) { in diagnoseConstructAppertainment() 1628 SourceLocation StartLoc) { in ActOnStartStmtDirective() 1633 SourceLocation StartLoc, in ActOnEndStmtDirective() 1706 SourceLocation StartLoc) { in ActOnStartDeclDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 248 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local 437 SourceLocation StartLoc = ConsumeAnnotationToken(); in createEmbedExpr() local
|
H A D | ParseDeclCXX.cpp | 1125 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local 1229 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier() 1259 SourceLocation StartLoc; in ParsePackIndexingType() local 1319 SourceLocation StartLoc, in AnnotateExistingIndexedTypeNamePack() 1358 SourceLocation StartLoc = ConsumeToken(); in MaybeParseTypeTransformTypeSpecifier() local 1707 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier() 2427 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local 4958 SourceLocation StartLoc = Tok.getLocation(); in ParseCXX11Attributes() local 4972 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipCXX11Attributes() local 5051 SourceLocation StartLoc = Tok.getLocation(); in ParseMicrosoftUuidAttributeArgs() local [all …]
|
H A D | Parser.cpp | 190 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local 911 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local 2464 SourceLocation StartLoc = Tok.getLocation(); in ParseModuleDecl() local 2560 SourceLocation StartLoc = AtLoc.isInvalid() ? Tok.getLocation() : AtLoc; in ParseModuleImport() local
|
H A D | ParseDecl.cpp | 117 static bool FindLocsWithCommonFileID(Preprocessor &PP, SourceLocation StartLoc, in FindLocsWithCommonFileID() 194 SourceLocation StartLoc = Tok.getLocation(); in ParseGNUAttributes() local 929 SourceLocation StartLoc = Tok.getLocation(); in ParseMicrosoftDeclSpecs() local 1031 SourceLocation StartLoc = Tok.getLocation(); in ParseWebAssemblyFuncrefTypeAttribute() local 1046 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local 4803 SourceLocation StartLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local 5234 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier() 5628 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody() 7524 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local 8324 SourceLocation StartLoc = ConsumeToken(); in ParseTypeofSpecifier() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 485 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, in LoopInfo() 596 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push() 608 const llvm::DebugLoc &StartLoc, in push()
|
H A D | CGLoopInfo.h | 127 llvm::DebugLoc StartLoc; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 96 SMLoc StartLoc, EndLoc; member 353 bool BPFAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister() 360 ParseStatus BPFAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFinder.cpp | 86 SourceLocation StartLoc = CurrDecl->getBeginLoc(); in getNamedDeclAt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 72 ParseStatus tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister() 119 SMLoc StartLoc, EndLoc; member 533 bool XtensaAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1393 SMLoc StartLoc, SMLoc EndLoc) { in MatchRegisterByName() 1495 bool X86AsmParser::ParseRegister(MCRegister &RegNo, SMLoc &StartLoc, in ParseRegister() 1592 bool X86AsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister() 1597 ParseStatus X86AsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister() 2848 const SMLoc &StartLoc) { in ParseZ() 2917 SMLoc StartLoc = Z ? consumeToken() : consumedToken; in HandleAVX512Operand() local 2958 SMLoc StartLoc, SMLoc EndLoc, in ParseMemOperand() 3178 SMLoc StartLoc = Parser.getTok().getLoc(); in parsePrimaryExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 50 SMLoc StartLoc, EndLoc; member 271 bool parseRegister(MCRegister &Reg, SMLoc &StartLoc, SMLoc &EndLoc) override { in parseRegister() 274 ParseStatus tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 113 SMLoc StartLoc, EndLoc; member 715 bool LanaiAsmParser::parseRegister(MCRegister &RegNum, SMLoc &StartLoc, in parseRegister() 726 ParseStatus LanaiAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
|