Lines Matching refs:AddInteger
49 ID.AddInteger(Result.first->second); in AddDeclarationNameImpl()
61 ID.AddInteger(Kind); in AddDeclarationNameImpl()
74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl()
89 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameImpl()
117 ID.AddInteger(Kind); in AddNestedNameSpecifier()
140 ID.AddInteger(Kind); in AddTemplateName()
160 ID.AddInteger(Kind); in AddTemplateArgument()
182 ID.AddInteger(TA.pack_size()); in AddTemplateArgument()
193 ID.AddInteger(TPL->size()); in AddTemplateParameterList()
220 ID.AddInteger(value); in CalculateHash()
229 ID.AddInteger(value); in CalculateHash()
279 ID.AddInteger(D->getKind()); in Visit()
312 ID.AddInteger(D->getAccess()); in VisitAccessSpecDecl()
339 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
431 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
500 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
511 ID.AddInteger(Record->getNumBases()); in AddCXXRecordDecl()
515 ID.AddInteger(Base.isVirtual()); in AddCXXRecordDecl()
516 ID.AddInteger(Base.getAccessSpecifierAsWritten()); in AddCXXRecordDecl()
539 ID.AddInteger(Function->getDeclKind()); in AddFunctionDecl()
544 ID.AddInteger(SpecializationArgs->size()); in AddFunctionDecl()
555 ID.AddInteger(Function->getStorageClass()); in AddFunctionDecl()
566 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
597 ID.AddInteger(Decls.size()); in AddFunctionDecl()
624 ID.AddInteger(Decls.size()); in AddEnumDecl()
638 ID.AddInteger(D->getKind()); in AddDecl()
649 ID.AddInteger(List.size()); in AddDecl()
707 ID.AddInteger(Quals.getAsOpaqueValue()); in VisitQualifiers()
756 ID.AddInteger(T->getTypeClass()); in Visit()
773 ID.AddInteger(split.Quals.getAsOpaqueValue()); in VisitAdjustedType()
798 ID.AddInteger(T->getSizeModifier()); in VisitArrayType()
822 ID.AddInteger(T->getAttrKind()); in VisitAttributedType()
835 ID.AddInteger(T->getKind()); in VisitBuiltinType()
860 ID.AddInteger((unsigned)T->getKeyword()); in VisitAutoType()
861 ID.AddInteger(T->isConstrained()); in VisitAutoType()
864 ID.AddInteger(T->getNumArgs()); in VisitAutoType()
903 ID.AddInteger(T->getNumParams()); in VisitFunctionProtoType()
930 ID.AddInteger(TypeArgs.size()); in VisitObjCObjectType()
936 ID.AddInteger(Protocols.size()); in VisitObjCObjectType()
954 ID.AddInteger(Protocols.size()); in VisitObjCTypeParamType()
1018 ID.AddInteger(T->getNumArgs()); in VisitTemplateSpecializationType()
1027 ID.AddInteger(T->getDepth()); in VisitTemplateTypeParmType()
1028 ID.AddInteger(T->getIndex()); in VisitTemplateTypeParmType()
1069 ID.AddInteger(T->getKeyword()); in VisitTypeWithKeyword()
1083 ID.AddInteger(T->getNumArgs()); in VisitDependentTemplateSpecializationType()
1109 ID.AddInteger(T->getNumElements()); in VisitVectorType()
1110 ID.AddInteger(T->getVectorKind()); in VisitVectorType()
1130 ID.AddInteger(split.Quals.getAsOpaqueValue()); in AddQualType()