Home
last modified time | relevance | path

Searched defs:StartLoc (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp238 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
257 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
293 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
338 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
359 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
403 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
423 SourceLocation StartLoc, in Create()
441 SourceLocation StartLoc, in Create()
458 SourceLocation StartLoc, in Create()
474 SourceLocation StartLoc, SourceLocation EndLoc, in Create()
[all …]
H A DOpenMPClause.cpp325 SourceLocation StartLoc, in Create()
375 SourceLocation StartLoc, in Create()
381 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
414 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
445 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
494 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
518 SourceLocation StartLoc, in Create()
566 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
611 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
651 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
[all …]
H A DDeclTemplate.cpp698 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl()
716 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
731 const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create()
890 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl()
911 SourceLocation StartLoc, in Create()
1028 SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl()
1047 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1256 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1272 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in Create()
1326 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplatePartialSpecializationDecl()
[all …]
H A DDeclCXX.cpp124 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl()
132 DeclContext *DC, SourceLocation StartLoc, in Create()
2078 SourceLocation StartLoc, ExplicitSpecifier ES, in Create()
2094 ASTContext &C, DeclContext *DC, SourceLocation StartLoc) { in Create()
2196 SourceLocation StartLoc, in Create()
2583 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in CXXConstructorDecl()
2623 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create()
2758 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create()
2792 ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create()
2865 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
[all …]
H A DDecl.cpp2001 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2726 SourceLocation StartLoc, in Create()
2844 SourceLocation StartLoc, in FunctionDecl()
4138 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4366 EnumDecl::EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl()
4384 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4498 DeclContext *DC, SourceLocation StartLoc, in RecordDecl()
4519 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4846 SourceLocation StartLoc, in Create()
4947 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h273 SourceLocation StartLoc; variable
296 SourceLocation StartLoc, SourceLocation EndLoc) in OMPExecutableDirective()
617 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective()
693 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopBasedDirective()
1063 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopDirective()
1478 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective()
1544 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective()
1631 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective()
1697 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective()
1774 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective()
[all …]
H A DOpenMPClause.h56 SourceLocation StartLoc; variable
65 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause()
177 SourceLocation StartLoc; member
208 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, in OMPVarListClause()
288 OMPAllocatorClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocatorClause()
353 OMPAllocateClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocateClause()
473 OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, in OMPIfClause()
553 OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, in OMPFinalClause()
623 SourceLocation StartLoc, SourceLocation LParenLoc, in OMPNumThreadsClause()
694 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPSafelenClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp200 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
H A DUSRFinder.cpp86 SourceLocation StartLoc = CurrDecl->getBeginLoc(); in getNamedDeclAt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp290 bool MSP430AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
305 SMLoc &StartLoc, in tryParseRegister()
457 SMLoc StartLoc, EndLoc; in ParseOperand() local
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
525 SMLoc StartLoc = getParser().getTok().getLoc(); in ParseOperand() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4624 SourceLocation StartLoc) { in checkCancelRegion()
4642 SourceLocation StartLoc) { in checkNestingOfRegions()
5709 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective()
7105 SourceLocation StartLoc, in ActOnOpenMPParallelDirective()
9628 SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPSimdDirective()
9667 SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPForDirective()
9703 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForSimdDirective()
9743 SourceLocation StartLoc, in ActOnOpenMPSectionsDirective()
9781 SourceLocation StartLoc, in ActOnOpenMPSectionDirective()
9803 SourceLocation StartLoc, in ActOnOpenMPDispatchDirective()
[all …]
H A DSemaModule.cpp91 Sema::ActOnModuleDecl(SourceLocation StartLoc, SourceLocation ModuleLoc, in ActOnModuleDecl()
307 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport()
341 DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc, in ActOnModuleImport()
H A DTreeTransform.h1417 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt()
1565 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective()
1576 Expr *Condition, SourceLocation StartLoc, in RebuildOMPIfClause()
1590 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, in RebuildOMPFinalClause()
1602 SourceLocation StartLoc, in RebuildOMPNumThreadsClause()
1613 OMPClause *RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSafelenClause()
1623 OMPClause *RebuildOMPSimdlenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSimdlenClause()
1630 SourceLocation StartLoc, in RebuildOMPSizesClause()
1640 OMPClause *RebuildOMPAllocatorClause(Expr *A, SourceLocation StartLoc, in RebuildOMPAllocatorClause()
1650 OMPClause *RebuildOMPCollapseClause(Expr *Num, SourceLocation StartLoc, in RebuildOMPCollapseClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp88 SMLoc StartLoc, EndLoc; member in __anond0f948490111::SystemZOperand
156 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
169 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg()
177 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm()
186 unsigned LengthReg, SMLoc StartLoc, SMLoc EndLoc) { in createMem()
202 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS()
405 SMLoc StartLoc, EndLoc; member
893 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAnyRegister() local
1099 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress() local
1248 SMLoc StartLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp475 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, in LoopInfo()
586 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push()
598 const llvm::DebugLoc &StartLoc, in push()
H A DCGLoopInfo.h120 llvm::DebugLoc StartLoc; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp97 SMLoc StartLoc, EndLoc; member
325 bool BPFAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
333 SMLoc &StartLoc, in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp962 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local
1064 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier()
1094 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local
1417 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier()
2107 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local
4308 SourceLocation StartLoc = Tok.getLocation(), Loc; in ParseCXX11Attributes() local
4321 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipCXX11Attributes() local
4394 SourceLocation StartLoc = Tok.getLocation(); in ParseMicrosoftUuidAttributeArgs() local
H A DParser.cpp182 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local
841 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local
2291 SourceLocation StartLoc = Tok.getLocation(); in ParseModuleDecl() local
2379 SourceLocation StartLoc = AtLoc.isInvalid() ? Tok.getLocation() : AtLoc; in ParseModuleImport() local
H A DParseInit.cpp243 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local
H A DParseDecl.cpp90 static bool FindLocsWithCommonFileID(Preprocessor &PP, SourceLocation StartLoc, in FindLocsWithCommonFileID()
170 SourceLocation StartLoc = Tok.getLocation(), Loc; in ParseGNUAttributes() local
792 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
4099 SourceLocation StartLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local
4407 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier()
4790 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()
6519 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
7226 SourceLocation StartLoc = ConsumeToken(); in ParseTypeofSpecifier() local
7293 SourceLocation StartLoc = ConsumeToken(); in ParseAtomicSpecifier() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp98 SMLoc StartLoc, EndLoc; member
395 bool CSKYAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
633 SMLoc &StartLoc, in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1364 SMLoc StartLoc, SMLoc EndLoc) { in MatchRegisterByName()
1463 bool X86AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1560 bool X86AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1566 SMLoc &StartLoc, in tryParseRegister()
2711 const SMLoc &StartLoc) { in ParseZ()
2779 SMLoc StartLoc = Z ? consumeToken() : consumedToken; in HandleAVX512Operand() local
2820 SMLoc StartLoc, SMLoc EndLoc, in ParseMemOperand()
3011 SMLoc StartLoc = Parser.getTok().getLoc(); in parsePrimaryExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp230 SMLoc StartLoc, EndLoc; member in __anon6f8db8bd0211::SparcOperand
682 bool SparcAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
690 SMLoc &StartLoc, in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp115 SMLoc StartLoc, EndLoc; member
719 bool LanaiAsmParser::ParseRegister(unsigned &RegNum, SMLoc &StartLoc, in ParseRegister()
731 SMLoc &StartLoc, in tryParseRegister()

1234