• Home
  • Raw
  • Download

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()
159 ID.AddInteger(Kind); in AddTemplateArgument()
181 ID.AddInteger(TA.pack_size()); in AddTemplateArgument()
192 ID.AddInteger(TPL->size()); in AddTemplateParameterList()
219 ID.AddInteger(value); in CalculateHash()
228 ID.AddInteger(value); in CalculateHash()
278 ID.AddInteger(D->getKind()); in Visit()
311 ID.AddInteger(D->getAccess()); in VisitAccessSpecDecl()
338 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
430 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
499 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
510 ID.AddInteger(Record->getNumBases()); in AddCXXRecordDecl()
514 ID.AddInteger(Base.isVirtual()); in AddCXXRecordDecl()
515 ID.AddInteger(Base.getAccessSpecifierAsWritten()); in AddCXXRecordDecl()
538 ID.AddInteger(Function->getDeclKind()); in AddFunctionDecl()
543 ID.AddInteger(SpecializationArgs->size()); in AddFunctionDecl()
554 ID.AddInteger(Function->getStorageClass()); in AddFunctionDecl()
565 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
596 ID.AddInteger(Decls.size()); in AddFunctionDecl()
623 ID.AddInteger(Decls.size()); in AddEnumDecl()
637 ID.AddInteger(D->getKind()); in AddDecl()
648 ID.AddInteger(List.size()); in AddDecl()
706 ID.AddInteger(Quals.getAsOpaqueValue()); in VisitQualifiers()
755 ID.AddInteger(T->getTypeClass()); in Visit()
772 ID.AddInteger(split.Quals.getAsOpaqueValue()); in VisitAdjustedType()
797 ID.AddInteger(T->getSizeModifier()); in VisitArrayType()
821 ID.AddInteger(T->getAttrKind()); in VisitAttributedType()
834 ID.AddInteger(T->getKind()); in VisitBuiltinType()
859 ID.AddInteger((unsigned)T->getKeyword()); in VisitAutoType()
860 ID.AddInteger(T->isConstrained()); in VisitAutoType()
863 ID.AddInteger(T->getNumArgs()); in VisitAutoType()
902 ID.AddInteger(T->getNumParams()); in VisitFunctionProtoType()
929 ID.AddInteger(TypeArgs.size()); in VisitObjCObjectType()
935 ID.AddInteger(Protocols.size()); in VisitObjCObjectType()
953 ID.AddInteger(Protocols.size()); in VisitObjCTypeParamType()
1017 ID.AddInteger(T->getNumArgs()); in VisitTemplateSpecializationType()
1026 ID.AddInteger(T->getDepth()); in VisitTemplateTypeParmType()
1027 ID.AddInteger(T->getIndex()); in VisitTemplateTypeParmType()
1068 ID.AddInteger(T->getKeyword()); in VisitTypeWithKeyword()
1082 ID.AddInteger(T->getNumArgs()); in VisitDependentTemplateSpecializationType()
1108 ID.AddInteger(T->getNumElements()); in VisitVectorType()
1109 ID.AddInteger(T->getVectorKind()); in VisitVectorType()
1129 ID.AddInteger(split.Quals.getAsOpaqueValue()); in AddQualType()