Home
last modified time | relevance | path

Searched refs:StartLoc (Results 1 – 25 of 61) sorted by relevance

123

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h38 SourceLocation StartLoc; variable
68 SourceLocation StartLoc, SourceLocation EndLoc, in OMPExecutableDirective() argument
70 : Stmt(SC), Kind(K), StartLoc(std::move(StartLoc)), in OMPExecutableDirective()
156 SourceLocation getLocStart() const { return StartLoc; } in getLocStart()
164 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart()
225 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective() argument
228 StartLoc, EndLoc, NumClauses, 1) {} in OMPParallelDirective()
249 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
351 SourceLocation StartLoc, SourceLocation EndLoc,
354 : OMPExecutableDirective(That, SC, Kind, StartLoc, EndLoc, NumClauses,
[all …]
HDOpenMPClause.h34 SourceLocation StartLoc; variable
41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() argument
42 : StartLoc(StartLoc), EndLoc(EndLoc), Kind(K) {} in OMPClause()
46 SourceLocation getLocStart() const { return StartLoc; } in getLocStart()
51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart()
58 bool isImplicit() const { return StartLoc.isInvalid(); } in isImplicit()
106 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, in OMPVarListClause() argument
108 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {} in OMPVarListClause()
173 OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPIfClause() argument
175 : OMPClause(OMPC_if, StartLoc, EndLoc), LParenLoc(LParenLoc), in OMPIfClause()
[all …]
HDDecl.h416 SourceLocation StartLoc, SourceLocation IdLoc,
426 bool Inline, SourceLocation StartLoc,
835 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
861 SourceLocation StartLoc, SourceLocation IdLoc,
1340 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument
1343 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl()
1352 SourceLocation StartLoc,
1641 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl() argument
1647 StartLoc), in FunctionDecl()
1684 SourceLocation StartLoc, SourceLocation NLoc,
[all …]
HDDeclCXX.h641 SourceLocation StartLoc, SourceLocation IdLoc,
683 SourceLocation StartLoc, SourceLocation IdLoc,
1721 SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, in CXXMethodDecl() argument
1725 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, in CXXMethodDecl()
1733 SourceLocation StartLoc,
2160 CXXConstructorDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in CXXConstructorDecl() argument
2165 : CXXMethodDecl(CXXConstructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXConstructorDecl()
2175 SourceLocation StartLoc,
2363 CXXDestructorDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in CXXDestructorDecl() argument
2367 : CXXMethodDecl(CXXDestructor, C, RD, StartLoc, NameInfo, T, TInfo, in CXXDestructorDecl()
[all …]
HDDeclTemplate.h1144 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc,
1148 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1153 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc,
1165 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1170 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1521 DeclContext *DC, SourceLocation StartLoc,
1533 SourceLocation StartLoc, SourceLocation IdLoc,
1757 SourceLocation StartLoc,
1774 SourceLocation StartLoc, SourceLocation IdLoc,
2385 SourceLocation StartLoc, SourceLocation IdLoc,
[all …]
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp69 SMLoc StartLoc, EndLoc; member in __anoncc88d8cd0111::SystemZOperand
132 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {} in SystemZOperand()
135 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid() argument
137 return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
146 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg() argument
147 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
153 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createAccessReg() argument
154 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc); in createAccessReg()
159 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm() argument
160 auto Op = make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp1392 SourceLocation StartLoc) { in CheckNestingOfRegions() argument
1851 SemaRef.Diag(StartLoc, diag::err_omp_prohibited_region_simd); in CheckNestingOfRegions()
1857 SemaRef.Diag(StartLoc, diag::err_omp_prohibited_region_atomic); in CheckNestingOfRegions()
1867 SemaRef.Diag(StartLoc, diag::err_omp_orphaned_section_directive) in CheckNestingOfRegions()
1924 SemaRef.Diag(StartLoc, in CheckNestingOfRegions()
1978 SemaRef.Diag(StartLoc, diag::err_omp_prohibited_region) in CheckNestingOfRegions()
1990 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() argument
1993 StartLoc)) in ActOnOpenMPExecutableDirective()
2025 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
2029 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
[all …]
HDSemaExprCXX.cpp1157 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() argument
1224 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal, in ActOnCXXNew()
1269 SourceLocation StartLoc = Range.getBegin(); in BuildCXXNew() local
1295 return ExprError(Diag(StartLoc, diag::err_auto_new_requires_ctor_arg) in BuildCXXNew()
1311 return ExprError(Diag(StartLoc, diag::err_auto_new_deduction_failure) in BuildCXXNew()
1374 Diag(StartLoc, diag::warn_cxx98_compat_array_size_conversion) in BuildCXXNew()
1431 ConvertedSize = PerformContextualImplicitConversion(StartLoc, ArraySize, in BuildCXXNew()
1505 FindAllocationFunctions(StartLoc, in BuildCXXNew()
1516 = doesUsualArrayDeleteWantSize(*this, StartLoc, AllocType); in BuildCXXNew()
1549 Diag(StartLoc, diag::warn_overaligned_type) in BuildCXXNew()
[all …]
HDTreeTransform.h1248 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt() argument
1250 return getSema().ActOnDeclStmt(DG, StartLoc, EndLoc); in RebuildDeclStmt()
1347 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument
1350 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
1358 SourceLocation StartLoc, in RebuildOMPIfClause() argument
1361 return getSema().ActOnOpenMPIfClause(Condition, StartLoc, in RebuildOMPIfClause()
1369 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, in RebuildOMPFinalClause() argument
1372 return getSema().ActOnOpenMPFinalClause(Condition, StartLoc, LParenLoc, in RebuildOMPFinalClause()
1381 SourceLocation StartLoc, in RebuildOMPNumThreadsClause() argument
1384 return getSema().ActOnOpenMPNumThreadsClause(NumThreads, StartLoc, in RebuildOMPNumThreadsClause()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseInit.cpp205 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local
218 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator()
219 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator()
236 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator()
237 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator()
259 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator()
260 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator()
266 CheckArrayDesignatorSyntax(*this, StartLoc, Desig); in ParseInitializerWithPotentialDesignator()
288 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator()
323 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc, in ParseInitializerWithPotentialDesignator()
[all …]
HDParseDeclCXX.cpp761 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local
783 StartLoc : T.getOpenLocation(); in ParseDecltypeSpecifier()
851 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec, in ParseDecltypeSpecifier()
853 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec, in ParseDecltypeSpecifier()
855 Diag(StartLoc, DiagID) << PrevSpec; in ParseDecltypeSpecifier()
862 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier() argument
876 Tok.setLocation(StartLoc); in AnnotateExistingDecltypeSpecifier()
884 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local
904 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()
907 Diag(StartLoc, DiagID) << PrevSpec; in ParseUnderlyingTypeSpecifier()
[all …]
HDParseDecl.cpp629 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
633 SourceRange Range(StartLoc, EndLoc); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
634 Diag(StartLoc, diag::warn_microsoft_qualifiers_ignored) << Range; in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
3431 SourceLocation StartLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local
3435 if (DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc, StartLoc, in ParseDeclarationSpecifiers()
3438 Diag(StartLoc, DiagID) << PrevSpec; in ParseDeclarationSpecifiers()
3710 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier() argument
3884 Diag(StartLoc, diag::warn_cxx98_compat_enum_fixed_underlying_type); in ParseEnumSpecifier()
3887 Diag(StartLoc, diag::ext_cxx11_enum_fixed_underlying_type) << Range; in ParseEnumSpecifier()
3889 Diag(StartLoc, diag::ext_c_enum_fixed_underlying_type) << Range; in ParseEnumSpecifier()
[all …]
HDParser.cpp203 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local
217 Diag(StartLoc, diag::warn_cxx98_compat_top_level_semi) in ConsumeExtraSemi()
218 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); in ConsumeExtraSemi()
220 Diag(StartLoc, diag::ext_extra_semi_cxx11) in ConsumeExtraSemi()
221 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); in ConsumeExtraSemi()
226 Diag(StartLoc, diag::ext_extra_semi) in ConsumeExtraSemi()
229 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); in ConsumeExtraSemi()
232 Diag(StartLoc, diag::warn_extra_semi_after_mem_fn_def) in ConsumeExtraSemi()
233 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc)); in ConsumeExtraSemi()
693 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1193 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1201 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1228 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1236 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1280 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
1287 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1304 SourceLocation StartLoc, in Create() argument
1311 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc, in Create()
1344 OMPLinearClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1354 OMPLinearClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size()); in Create()
[all …]
HDDeclTemplate.cpp542 SourceLocation StartLoc, in NonTypeTemplateParmDecl() argument
551 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
565 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
569 return new (C, DC) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id, in Create()
575 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
584 DC, StartLoc, IdLoc, D, P, Id, T, TInfo, in Create()
728 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl() argument
734 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl()
752 SourceLocation StartLoc, in Create() argument
760 Context, ClassTemplateSpecialization, TK, DC, StartLoc, IdLoc, in Create()
[all …]
HDDeclCXX.cpp87 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl() argument
90 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl), in CXXRecordDecl()
96 DeclContext *DC, SourceLocation StartLoc, in Create() argument
100 CXXRecordDecl *R = new (C, DC) CXXRecordDecl(CXXRecord, TK, C, DC, StartLoc, in Create()
1468 SourceLocation StartLoc, in Create() argument
1473 return new (C, RD) CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, in Create()
1751 SourceLocation StartLoc, in Create() argument
1759 return new (C, RD) CXXConstructorDecl(C, RD, StartLoc, NameInfo, T, TInfo, in Create()
1904 SourceLocation StartLoc, in Create() argument
1911 return new (C, RD) CXXDestructorDecl(C, RD, StartLoc, NameInfo, T, TInfo, in Create()
[all …]
HDDecl.cpp1769 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() argument
1772 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2277 SourceLocation StartLoc, in Create() argument
2281 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
3320 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3324 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
3504 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3508 EnumDecl *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
3579 DeclContext *DC, SourceLocation StartLoc, in RecordDecl() argument
3582 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
[all …]
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86Operand.h33 SMLoc StartLoc, EndLoc; member
70 : Kind(K), StartLoc(Start), EndLoc(End) {} in X86Operand()
76 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc()
81 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange()
475 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc,
478 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc);
488 SMLoc StartLoc, SMLoc EndLoc) { in CreateImm()
489 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc); in CreateImm()
496 CreateMem(unsigned ModeSize, const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc,
499 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc);
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDTokenLexer.cpp533 SourceLocation StartLoc = Tok.getLocation(); in PasteTokens() local
677 if (StartLoc.isFileID()) in PasteTokens()
678 StartLoc = getExpansionLocForMacroDefLoc(StartLoc); in PasteTokens()
682 while (SM.getFileID(StartLoc) != MacroFID) in PasteTokens()
683 StartLoc = SM.getImmediateExpansionRange(StartLoc).first; in PasteTokens()
687 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc, in PasteTokens()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1661 ParmVarDecl *CheckParameter(DeclContext *DC, SourceLocation StartLoc,
3249 SourceLocation StartLoc,
3380 SourceLocation StartLoc,
3406 SourceLocation StartLoc,
4583 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal,
4603 bool FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range,
4608 bool FindAllocationOverload(SourceLocation StartLoc, SourceRange Range,
4619 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
4622 FunctionDecl *FindUsualDeallocationFunction(SourceLocation StartLoc,
4627 ExprResult ActOnCXXDelete(SourceLocation StartLoc,
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCoverageMappingGen.cpp385 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None, in pushRegion()
387 if (StartLoc) in pushRegion()
388 MostRecentLocation = *StartLoc; in pushRegion()
389 RegionStack.emplace_back(Count, StartLoc, EndLoc); in pushRegion()
403 SourceLocation StartLoc = Region.getStartLoc(); in popRegions() local
407 while (!SM.isWrittenInSameFile(StartLoc, EndLoc)) { in popRegions()
424 if (StartLoc == getStartOfFileOrMacro(StartLoc) && in popRegions()
540 SourceLocation StartLoc = getStart(S); in extendRegion() local
542 handleFileExit(StartLoc); in extendRegion()
544 Region.setStartLoc(StartLoc); in extendRegion()
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp53 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
165 SMLoc StartLoc, EndLoc; member in __anoncd81a7410111::SparcOperand
245 return StartLoc; in getStartLoc()
309 Op->StartLoc = S; in CreateToken()
319 Op->StartLoc = S; in CreateReg()
328 Op->StartLoc = S; in CreateImm()
383 Op->StartLoc = S; in CreateMEMr()
495 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) in ParseRegister() argument
498 StartLoc = Tok.getLoc(); in ParseRegister()
510 return Error(StartLoc, "invalid register name"); in ParseRegister()
/NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp260 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
330 SMLoc StartLoc, EndLoc; member
362 StartLoc = o.StartLoc; in PPCOperand()
383 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc()
700 Op->StartLoc = S; in CreateToken()
718 Op->StartLoc = S; in CreateTokenWithStringCopy()
728 Op->StartLoc = S; in CreateImm()
739 Op->StartLoc = S; in CreateExpr()
749 Op->StartLoc = S; in CreateTLSReg()
759 Op->StartLoc = S; in CreateContextImm()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDHTMLRewrite.cpp277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS() local
278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS()
347 R.InsertTextBefore(StartLoc, os.str()); in AddHeaderFooterInternalBuiltinCSS()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp51 SMLoc StartLoc, EndLoc; member in __anon0f45d00b0111::AMDGPUOperand
247 return StartLoc; in getStartLoc()
263 Op->StartLoc = Loc; in CreateImm()
273 Res->StartLoc = Loc; in CreateToken()
287 Op->StartLoc = S; in CreateReg()
295 Op->StartLoc = S; in CreateExpr()
359 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
463 bool AMDGPUAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() argument
465 StartLoc = Tok.getLoc(); in ParseRegister()

123