| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 263 SourceLocation StartLoc, in Create() 282 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 301 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 337 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 408 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 429 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 451 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 495 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 515 SourceLocation StartLoc, in Create() 533 SourceLocation StartLoc, in Create() [all …]
|
| D | OpenMPClause.cpp | 342 SourceLocation StartLoc, in Create() 392 SourceLocation StartLoc, in Create() 398 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 431 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 462 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 511 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 535 SourceLocation StartLoc, in Create() 583 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 628 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 646 SourceLocation StartLoc, in Create() [all …]
|
| D | DeclTemplate.cpp | 720 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl() 738 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 753 const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() 912 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl() 933 SourceLocation StartLoc, in Create() 1099 SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl() 1119 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 1338 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() 1354 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in Create() 1412 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplatePartialSpecializationDecl() [all …]
|
| D | DeclCXX.cpp | 124 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl() 132 DeclContext *DC, SourceLocation StartLoc, in Create() 2115 SourceLocation StartLoc, ExplicitSpecifier ES, in Create() 2131 ASTContext &C, DeclContext *DC, SourceLocation StartLoc) { in Create() 2230 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2615 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in CXXConstructorDecl() 2655 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2789 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2822 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() 2896 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() [all …]
|
| D | Decl.cpp | 2071 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2843 SourceLocation StartLoc, in Create() 2965 SourceLocation StartLoc, in FunctionDecl() 4291 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4537 EnumDecl::EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl() 4555 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4695 DeclContext *DC, SourceLocation StartLoc, in RecordDecl() 4718 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5077 FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() 5177 SourceLocation StartLoc, SourceLocation IdLoc, in Create() [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 273 SourceLocation StartLoc; variable 296 SourceLocation StartLoc, SourceLocation EndLoc) in OMPExecutableDirective() 623 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() 699 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopBasedDirective() 969 SourceLocation StartLoc, in OMPLoopTransformationDirective() 1139 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopDirective() 1579 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective() 1645 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() 1732 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() 1798 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective() [all …]
|
| 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 …]
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 4967 SourceLocation StartLoc) { in checkCancelRegion() 4986 SourceLocation StartLoc) { in checkNestingOfRegions() 6109 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() 7735 SourceLocation StartLoc, in ActOnOpenMPParallelDirective() 10278 SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPSimdDirective() 10317 SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPForDirective() 10353 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForSimdDirective() 10393 SourceLocation StartLoc, in ActOnOpenMPSectionsDirective() 10431 SourceLocation StartLoc, in ActOnOpenMPSectionDirective() 10453 SourceLocation StartLoc, in ActOnOpenMPDispatchDirective() [all …]
|
| D | TreeTransform.h | 1463 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt() 1630 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() 1641 Expr *Condition, SourceLocation StartLoc, in RebuildOMPIfClause() 1655 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, in RebuildOMPFinalClause() 1667 SourceLocation StartLoc, in RebuildOMPNumThreadsClause() 1678 OMPClause *RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSafelenClause() 1688 OMPClause *RebuildOMPSimdlenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSimdlenClause() 1695 SourceLocation StartLoc, in RebuildOMPSizesClause() 1702 OMPClause *RebuildOMPFullClause(SourceLocation StartLoc, in RebuildOMPFullClause() 1708 OMPClause *RebuildOMPPartialClause(Expr *Factor, SourceLocation StartLoc, in RebuildOMPPartialClause() [all …]
|
| D | SemaModule.cpp | 179 Sema::ActOnModuleDecl(SourceLocation StartLoc, SourceLocation ModuleLoc, in ActOnModuleDecl() 481 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport() 541 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 293 bool MSP430AsmParser::parseRegister(MCRegister &RegNo, SMLoc &StartLoc, in parseRegister() 308 SMLoc &StartLoc, in tryParseRegister() 460 SMLoc StartLoc, EndLoc; in ParseOperand() local 470 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 495 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 508 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local 528 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
| D | USRLocFinder.cpp | 200 auto StartLoc = Decl->getLocation(); in VisitNamedDecl() local 217 auto StartLoc = Expr->getMemberLoc(); in VisitMemberExpr() local 234 auto StartLoc = D.getFieldLoc(); in VisitDesignatedInitExpr() local 276 auto StartLoc = Expr->getBeginLoc(); in VisitDeclRefExpr() local 406 auto StartLoc = StartLocationForType(Loc); in VisitTypeLoc() local 441 auto StartLoc = StartLocationForType(TargetLoc); in VisitTypeLoc() local
|
| D | USRFinder.cpp | 86 SourceLocation StartLoc = CurrDecl->getBeginLoc(); in getNamedDeclAt() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 92 SMLoc StartLoc, EndLoc; member in __anonddbec49a0111::SystemZOperand 160 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid() 173 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg() 181 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm() 190 unsigned LengthReg, SMLoc StartLoc, SMLoc EndLoc) { in createMem() 206 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS() 409 SMLoc StartLoc, EndLoc; member 907 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAnyRegister() local 1113 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress() local 1266 SMLoc StartLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn() local [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGLoopInfo.cpp | 476 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, in LoopInfo() 587 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push() 599 const llvm::DebugLoc &StartLoc, in push()
|
| D | CGLoopInfo.h | 120 llvm::DebugLoc StartLoc; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/ |
| D | BPFAsmParser.cpp | 99 SMLoc StartLoc, EndLoc; member 327 bool BPFAsmParser::parseRegister(MCRegister &RegNo, SMLoc &StartLoc, in parseRegister() 335 SMLoc &StartLoc, in tryParseRegister()
|
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParseDeclCXX.cpp | 1054 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local 1158 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier() 1200 SourceLocation StartLoc = ConsumeToken(); in MaybeParseTypeTransformTypeSpecifier() local 1528 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier() 2222 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local 4592 SourceLocation StartLoc = Tok.getLocation(); in ParseCXX11Attributes() local 4604 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipCXX11Attributes() local 4676 SourceLocation StartLoc = Tok.getLocation(); in ParseMicrosoftUuidAttributeArgs() local 4734 SourceLocation StartLoc = Tok.getLocation(); in ParseMicrosoftAttributes() local
|
| D | ParseDecl.cpp | 89 static bool FindLocsWithCommonFileID(Preprocessor &PP, SourceLocation StartLoc, in FindLocsWithCommonFileID() 166 SourceLocation StartLoc = Tok.getLocation(); in ParseGNUAttributes() local 745 SourceLocation StartLoc = Tok.getLocation(); in ParseMicrosoftDeclSpecs() local 844 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local 4355 SourceLocation StartLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local 4665 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier() 5057 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody() 6862 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local 7622 SourceLocation StartLoc = ConsumeToken(); in ParseTypeofSpecifier() local 7692 SourceLocation StartLoc = ConsumeToken(); in ParseAtomicSpecifier() local
|
| D | Parser.cpp | 182 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local 886 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local 2391 SourceLocation StartLoc = Tok.getLocation(); in ParseModuleDecl() local 2486 SourceLocation StartLoc = AtLoc.isInvalid() ? Tok.getLocation() : AtLoc; in ParseModuleImport() local
|
| D | ParseInit.cpp | 243 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 1382 SMLoc StartLoc, SMLoc EndLoc) { in MatchRegisterByName() 1481 bool X86AsmParser::ParseRegister(MCRegister &RegNo, SMLoc &StartLoc, in ParseRegister() 1578 bool X86AsmParser::parseRegister(MCRegister &RegNo, SMLoc &StartLoc, in parseRegister() 1584 SMLoc &StartLoc, in tryParseRegister() 2772 const SMLoc &StartLoc) { in ParseZ() 2841 SMLoc StartLoc = Z ? consumeToken() : consumedToken; in HandleAVX512Operand() local 2882 SMLoc StartLoc, SMLoc EndLoc, in ParseMemOperand() 3073 SMLoc StartLoc = Parser.getTok().getLoc(); in parsePrimaryExpr() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/ |
| D | LanaiAsmParser.cpp | 117 SMLoc StartLoc, EndLoc; member 721 bool LanaiAsmParser::parseRegister(MCRegister &RegNum, SMLoc &StartLoc, in parseRegister() 733 SMLoc &StartLoc, in tryParseRegister()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 239 SMLoc StartLoc, EndLoc; member in __anon9b07b48e0211::SparcOperand 697 bool SparcAsmParser::parseRegister(MCRegister &RegNo, SMLoc &StartLoc, in parseRegister() 705 SMLoc &StartLoc, in tryParseRegister()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 593 bool AVRAsmParser::parseRegister(MCRegister &RegNo, SMLoc &StartLoc, in parseRegister() 603 SMLoc &StartLoc, in tryParseRegister()
|