Lines Matching refs:Profile

534 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID, 
569 Profile(ID, TTP);
578 CanonicalTemplateTemplateParm::Profile(ID, TTP);
2005 ExtQuals::Profile(ID, baseType, quals);
2116 ComplexType::Profile(ID, T);
2144 PointerType::Profile(ID, T);
2170 DecayedType::Profile(ID, T);
2212 BlockPointerType::Profile(ID, T);
2247 ReferenceType::Profile(ID, T, SpelledAsLValue);
2284 ReferenceType::Profile(ID, T, false);
2319 MemberPointerType::Profile(ID, T, Cls);
2361 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals);
2582 DependentSizedArrayType::Profile(ID, *this,
2623 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals);
2663 VectorType::Profile(ID, vecType, NumElts, Type::Vector, VecKind);
2694 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector,
2722 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType),
2769 FunctionNoProtoType::Profile(ID, ResultTy, Info);
2811 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI,
2996 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3021 SubstTemplateTypeParmType::Profile(ID, Parm, Replacement);
3050 SubstTemplateTypeParmPackType::Profile(ID, Parm, ArgPack);
3079 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3218 TemplateSpecializationType::Profile(ID, CanonTemplate,
3247 ElaboratedType::Profile(ID, Keyword, NNS, NamedType);
3271 ParenType::Profile(ID, InnerType);
3309 DependentNameType::Profile(ID, Keyword, NNS, Name);
3349 DependentTemplateSpecializationType::Profile(ID, *this, Keyword, NNS,
3394 PackExpansionType::Profile(ID, Pattern, NumExpansions);
3472 ObjCObjectTypeImpl::Profile(ID, BaseType, Protocols, NumProtocols);
3514 ObjCObjectPointerType::Profile(ID, ObjectT);
3573 DependentTypeOfExprType::Profile(ID, *this, tofExpr);
3625 DependentDecltypeType::Profile(ID, *this, e);
3675 AutoType::Profile(ID, DeducedType, IsDecltypeAuto, IsDependent);
3694 AtomicType::Profile(ID, T);
6228 QualifiedTemplateName::Profile(ID, NNS, TemplateKeyword, Template);
6251 DependentTemplateName::Profile(ID, NNS, Name);
6287 DependentTemplateName::Profile(ID, NNS, Operator);
6319 SubstTemplateTemplateParmStorage::Profile(ID, param, replacement);
6338 SubstTemplateTemplateParmPackStorage::Profile(ID, Self, Param, ArgPack);