Lines Matching refs:AddInteger
49 ID.AddInteger(Result.first->second); in AddDeclarationNameImpl()
61 ID.AddInteger(Kind); in AddDeclarationNameImpl()
74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl()
92 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameImpl()
120 ID.AddInteger(Kind); in AddNestedNameSpecifier()
143 ID.AddInteger(Kind); in AddTemplateName()
163 ID.AddInteger(Kind); in AddTemplateArgument()
191 ID.AddInteger(TA.pack_size()); in AddTemplateArgument()
202 ID.AddInteger(TPL->size()); in AddTemplateParameterList()
229 ID.AddInteger(value); in CalculateHash()
238 ID.AddInteger(value); in CalculateHash()
288 ID.AddInteger(D->getKind()); in Visit()
321 ID.AddInteger(D->getAccess()); in VisitAccessSpecDecl()
347 ID.AddInteger(D->getCanonicalAccessControl()); in VisitObjCIvarDecl()
352 ID.AddInteger(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
353 ID.AddInteger(D->getPropertyImplementation()); in VisitObjCPropertyDecl()
362 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
374 ID.AddInteger(Method->getDeclKind()); in VisitObjCMethodDecl()
385 ID.AddInteger(Method->getImplementationControl()); in VisitObjCMethodDecl()
386 ID.AddInteger(Method->getMethodFamily()); in VisitObjCMethodDecl()
390 ID.AddInteger(Cmd->getParameterKind()); in VisitObjCMethodDecl()
395 ID.AddInteger(Self->getParameterKind()); in VisitObjCMethodDecl()
400 ID.AddInteger(Method->param_size()); in VisitObjCMethodDecl()
420 ID.AddInteger(Decls.size()); in VisitObjCMethodDecl()
512 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
584 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
595 ID.AddInteger(Record->getNumBases()); in AddCXXRecordDecl()
599 ID.AddInteger(Base.isVirtual()); in AddCXXRecordDecl()
600 ID.AddInteger(Base.getAccessSpecifierAsWritten()); in AddCXXRecordDecl()
617 ID.AddInteger(Decls.size()); in AddRecordDecl()
628 ID.AddInteger(SuperClass->getODRHash()); in AddObjCInterfaceDecl()
631 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl()
644 ID.AddInteger(Decls.size()); in AddObjCInterfaceDecl()
668 ID.AddInteger(Function->getDeclKind()); in AddFunctionDecl()
673 ID.AddInteger(SpecializationArgs->size()); in AddFunctionDecl()
684 ID.AddInteger(Function->getStorageClass()); in AddFunctionDecl()
695 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
726 ID.AddInteger(Decls.size()); in AddFunctionDecl()
753 ID.AddInteger(Decls.size()); in AddEnumDecl()
764 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
779 ID.AddInteger(Decls.size()); in AddObjCProtocolDecl()
792 ID.AddInteger(D->getKind()); in AddDecl()
803 ID.AddInteger(List.size()); in AddDecl()
861 ID.AddInteger(Quals.getAsOpaqueValue()); in VisitQualifiers()
910 ID.AddInteger(T->getTypeClass()); in Visit()
927 ID.AddInteger(split.Quals.getAsOpaqueValue()); in VisitAdjustedType()
952 ID.AddInteger(T->getSizeModifier()); in VisitArrayType()
976 ID.AddInteger(T->getAttrKind()); in VisitAttributedType()
989 ID.AddInteger(T->getKind()); in VisitBuiltinType()
1014 ID.AddInteger((unsigned)T->getKeyword()); in VisitAutoType()
1015 ID.AddInteger(T->isConstrained()); in VisitAutoType()
1018 ID.AddInteger(T->getTypeConstraintArguments().size()); in VisitAutoType()
1057 ID.AddInteger(T->getNumParams()); in VisitFunctionProtoType()
1084 ID.AddInteger(TypeArgs.size()); in VisitObjCObjectType()
1090 ID.AddInteger(Protocols.size()); in VisitObjCObjectType()
1108 ID.AddInteger(Protocols.size()); in VisitObjCTypeParamType()
1172 ID.AddInteger(T->template_arguments().size()); in VisitTemplateSpecializationType()
1181 ID.AddInteger(T->getDepth()); in VisitTemplateTypeParmType()
1182 ID.AddInteger(T->getIndex()); in VisitTemplateTypeParmType()
1223 ID.AddInteger(T->getKeyword()); in VisitTypeWithKeyword()
1237 ID.AddInteger(T->template_arguments().size()); in VisitDependentTemplateSpecializationType()
1263 ID.AddInteger(T->getNumElements()); in VisitVectorType()
1264 ID.AddInteger(T->getVectorKind()); in VisitVectorType()
1284 ID.AddInteger(split.Quals.getAsOpaqueValue()); in AddQualType()