Searched refs:IdLoc (Results 1 - 25 of 25) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp521 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D,
524 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
539 SourceLocation StartLoc, SourceLocation IdLoc,
543 return new (C, DC) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
549 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id,
555 NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id, T, TInfo,
707 SourceLocation IdLoc,
711 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
730 SourceLocation IdLoc,
736 Context, ClassTemplateSpecialization, TK, DC, StartLoc, IdLoc,
520 NonTypeTemplateParmDecl( DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) argument
538 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
547 Create( const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) argument
705 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, ClassTemplateSpecializationDecl *PrevDecl) argument
727 Create(ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, ClassTemplateSpecializationDecl *PrevDecl) argument
815 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, const ASTTemplateArgumentListInfo *ArgInfos, ClassTemplatePartialSpecializationDecl *PrevDecl) argument
837 Create(ASTContext &Context, TagKind TK,DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, ClassTemplateDecl *SpecializedTemplate, ArrayRef<TemplateArgument> Args, const TemplateArgumentListInfo &ArgInfos, QualType CanonInjectedType, ClassTemplatePartialSpecializationDecl *PrevDecl) argument
1054 VarTemplateSpecializationDecl( Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args) argument
1070 Create( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args) argument
1114 VarTemplatePartialSpecializationDecl( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args, const ASTTemplateArgumentListInfo *ArgInfos) argument
1130 Create( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args, const TemplateArgumentListInfo &ArgInfos) argument
[all...]
H A DDecl.cpp1784 SourceLocation StartLoc, SourceLocation IdLoc,
1787 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2330 SourceLocation IdLoc, IdentifierInfo *Id,
2333 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
3444 SourceLocation StartLoc, SourceLocation IdLoc,
3448 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
3627 SourceLocation StartLoc, SourceLocation IdLoc,
3631 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl,
3717 SourceLocation IdLoc, IdentifierInfo *Id,
3719 : TagDecl(DK, TK, C, DC, IdLoc, I
1783 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass SC) argument
2328 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) argument
3443 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
3626 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
3715 RecordDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl *PrevDecl) argument
3728 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl* PrevDecl) argument
4015 Create(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType Type) argument
4128 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
4156 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
[all...]
H A DDeclCXX.cpp87 SourceLocation IdLoc, IdentifierInfo *Id,
89 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
96 SourceLocation IdLoc, IdentifierInfo *Id,
100 IdLoc, Id, PrevDecl);
2060 SourceLocation StartLoc, SourceLocation IdLoc,
2062 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
2073 SourceLocation IdLoc, IdentifierInfo *Id,
2075 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id,
85 CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl) argument
94 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl* PrevDecl, bool DelayTypeCreation) argument
H A DDeclObjC.cpp1679 SourceLocation IdLoc, IdentifierInfo *Id,
1709 return new (C, DC) ObjCIvarDecl(DC, StartLoc, IdLoc, Id, T, TInfo, ac, BW,
1756 SourceLocation StartLoc, SourceLocation IdLoc,
1758 return new (C, DC) ObjCAtDefsFieldDecl(DC, StartLoc, IdLoc, Id, T, BW);
1677 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1755 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DASTImporter.cpp4538 SourceLocation IdLoc = Importer.Import(D->getLocation()); local
4569 StartLoc, IdLoc,
4659 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); local
4662 IdLoc, Name.getAsIdentifierInfo(), T,
4734 SourceLocation IdLoc = Importer.Import(D->getLocation()); local
4771 Importer.getToContext(), DC, StartLoc, IdLoc, VarTemplate, T, TInfo,
/external/clang/include/clang/AST/
H A DExprObjC.h564 SourceLocation IdLoc; member in class:clang::ObjCPropertyRefExpr
581 IdLoc(l), ReceiverLoc(), Receiver(base) {
592 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
598 SourceLocation IdLoc, Expr *Base)
603 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
609 SourceLocation IdLoc,
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
619 SourceLocation IdLoc,
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation ReceiverLoc, ObjCInterfaceDecl *Receiver) argument
[all...]
H A DDecl.h487 SourceLocation StartLoc, SourceLocation IdLoc,
498 SourceLocation IdLoc, IdentifierInfo *Id,
912 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
937 SourceLocation StartLoc, SourceLocation IdLoc,
1359 SourceLocation IdLoc, IdentifierInfo *Id,
1364 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc,
1366 : VarDecl(ImplicitParam, C, DC, IdLoc, IdLoc, Id, Type,
1384 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
1386 : VarDecl(DK, C, DC, StartLoc, IdLoc, I
[all...]
H A DDeclTemplate.h1050 SourceLocation IdLoc, IdentifierInfo *Id,
1052 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1170 SourceLocation IdLoc, unsigned D, unsigned P,
1173 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1179 SourceLocation IdLoc, unsigned D, unsigned P,
1191 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id,
1196 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id,
1579 SourceLocation IdLoc,
1589 SourceLocation StartLoc, SourceLocation IdLoc,
1804 SourceLocation IdLoc,
1049 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, SourceLocation IdLoc, IdentifierInfo *Id, bool Typename) argument
1169 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
[all...]
H A DDeclObjC.h1859 SourceLocation IdLoc, IdentifierInfo *Id,
1862 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW,
1868 SourceLocation StartLoc, SourceLocation IdLoc,
1919 SourceLocation IdLoc, IdentifierInfo *Id,
1921 : FieldDecl(ObjCAtDefsField, DC, StartLoc, IdLoc, Id, T,
1928 SourceLocation IdLoc, IdentifierInfo *Id,
1858 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1918 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DDeclCXX.h644 SourceLocation StartLoc, SourceLocation IdLoc,
688 SourceLocation StartLoc, SourceLocation IdLoc,
/external/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp53 bool MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode,
632 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, argument
645 return Error(IdLoc, "Instruction use requires option to be enabled");
647 return Error(IdLoc, "Unrecognized instruction mnemonic");
649 ErrorLoc = IdLoc;
652 return Error(IdLoc, "Too few operands for instruction");
656 ErrorLoc = IdLoc;
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp549 SourceLocation IdLoc = ConsumeToken(); local
550 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
551 Name.setConstructorName(Type, IdLoc, IdLoc);
993 SourceLocation IdLoc = ConsumeToken(); local
1000 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
1002 Diag(IdLoc, diag::err_unknown_template_name)
1009 ParseTemplateIdAfterTemplateName(nullptr, IdLoc, SS, true, LAngleLoc,
1016 TemplateName.setIdentifier(Id, IdLoc);
1041 Actions.getTypeName(*Id, IdLoc, getCurScop
3282 SourceLocation IdLoc = Tok.getLocation(); local
[all...]
H A DParseExprCXX.cpp489 SourceLocation IdLoc = ConsumeToken(); local
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
511 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
2483 SourceLocation IdLoc = ConsumeToken(); local
2488 Result.setIdentifier(Id, IdLoc);
2495 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, false,
2499 Result.setConstructorName(Ty, IdLoc, IdLoc);
2502 Result.setIdentifier(Id, IdLoc);
2507 return ParseUnqualifiedIdTemplateId(SS, TemplateKWLoc, Id, IdLoc,
[all...]
H A DParseStmt.cpp961 SourceLocation IdLoc = ConsumeToken(); local
962 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
/external/clang/include/clang/Sema/
H A DDeclSpec.h987 /// \param IdLoc the location of the parsed identifier.
988 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { argument
991 StartLocation = EndLocation = IdLoc;
1031 /// \param IdLoc the location of the identifier.
1033 SourceLocation IdLoc) {
1037 EndLocation = IdLoc;
1981 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { argument
1982 Name.setIdentifier(Id, IdLoc);
1032 setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, SourceLocation IdLoc) argument
H A DSema.h2061 SourceLocation IdLoc,
2076 SourceLocation IdLoc, IdentifierInfo *Id,
2857 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,
2986 SourceLocation IdLoc,
3520 SourceLocation IdLoc, IdentifierInfo *Id,
3546 SourceLocation IdLoc,
4945 SourceLocation IdLoc,
5305 SourceLocation IdLoc,
5317 SourceLocation IdLoc,
5327 SourceLocation IdLoc,
[all...]
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp1479 SMLoc IdLoc = Lex.getLoc(); local
1494 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))
1566 SMLoc IdLoc = Lex.getLoc();
1592 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp384 SourceLocation IdLoc,
388 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
383 isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation IdLoc, IdentifierInfo &II, ParsedType ObjectTypePtr) argument
H A DSemaDeclCXX.cpp2795 SourceLocation IdLoc,
2799 DS, IdLoc, InitList,
2811 SourceLocation IdLoc,
2819 DS, IdLoc, List, EllipsisLoc);
2854 SourceLocation IdLoc,
2899 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
2901 return BuildMemberInitializer(Member, Init, IdLoc);
2914 LookupResult R(*this, MemberOrBase, IdLoc, LookupOrdinaryName);
2935 *MemberOrBase, IdLoc);
2958 return BuildMemberInitializer(Member, Init, IdLoc);
2789 ActOnMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, Expr *InitList, SourceLocation EllipsisLoc) argument
2805 ActOnMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc, SourceLocation EllipsisLoc) argument
2848 BuildMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, Expr *Init, SourceLocation EllipsisLoc) argument
3015 CheckForDanglingReferenceOrPointer(Sema &S, ValueDecl *Member, Expr *Init, SourceLocation IdLoc) argument
3061 BuildMemberInitializer(ValueDecl *Member, Expr *Init, SourceLocation IdLoc) argument
[all...]
H A DSemaDeclObjC.cpp4564 SourceLocation IdLoc,
4572 Diag(IdLoc, diag::err_arg_with_address_space);
4584 Diag(IdLoc ,diag::err_catch_param_not_objc_type);
4587 Diag(IdLoc, diag::err_illegal_qualifiers_on_catch_parm);
4590 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id,
4562 BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, bool Invalid) argument
H A DSemaDecl.cpp1680 /// \param IdLoc The location of the name in the translation unit.
1688 SourceLocation IdLoc,
1692 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName);
1698 DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName, TUScope, nullptr,
14307 SourceLocation IdLoc,
14352 Diag(IdLoc, diag::ext_enumerator_too_large) << EltTy;
14355 Diag(IdLoc, diag::err_enumerator_too_large) << EltTy;
14376 Diag(IdLoc, diag::ext_enum_value_not_int)
14434 Diag(IdLoc, diag::err_enumerator_wrapped)
14438 Diag(IdLoc, dia
1687 getObjCInterfaceDecl(IdentifierInfo *&Id, SourceLocation IdLoc, bool DoTypoCorrection) argument
14305 CheckEnumConstant(EnumDecl *Enum, EnumConstantDecl *LastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, Expr *Val) argument
14505 ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, AttributeList *Attr, SourceLocation EqualLoc, Expr *Val) argument
[all...]
H A DSemaTemplate.cpp8144 SourceLocation IdLoc) {
8157 TypenameLoc, QualifierLoc, II, IdLoc);
8166 TL.setNameLoc(IdLoc);
8171 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IdLoc);
8142 ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, const CXXScopeSpec &SS, const IdentifierInfo &II, SourceLocation IdLoc) argument
H A DTreeTransform.h951 SourceLocation IdLoc) {
965 *Id, IdLoc);
972 LookupResult Result(SemaRef, Id, IdLoc, Sema::LookupTagName);
1003 LookupResult Result(SemaRef, Id, IdLoc, Sema::LookupTagName);
1014 SemaRef.Diag(IdLoc, diag::err_tag_reference_non_tag) << Kind;
1019 SemaRef.Diag(IdLoc, diag::err_not_tag_in_scope)
1027 IdLoc, Id)) {
1861 SourceLocation IdLoc,
1864 StartLoc, IdLoc, Id);
947 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1858 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) argument
H A DSemaLookup.cpp2789 SourceLocation IdLoc,
2791 Decl *D = LookupSingleName(TUScope, II, IdLoc,
/external/llvm/lib/TableGen/
H A DTGParser.cpp1702 SMLoc IdLoc = Lex.getLoc(); local
1717 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))
1871 SMLoc IdLoc = Lex.getLoc();
1897 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);

Completed in 2353 milliseconds