Lines Matching refs:Profile
548 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID,
583 Profile(ID, TTP);
592 CanonicalTemplateTemplateParm::Profile(ID, TTP);
2145 ExtQuals::Profile(ID, baseType, quals);
2312 ComplexType::Profile(ID, T);
2340 PointerType::Profile(ID, T);
2364 AdjustedType::Profile(ID, Orig, New);
2404 AdjustedType::Profile(ID, T, Decayed);
2429 BlockPointerType::Profile(ID, T);
2464 ReferenceType::Profile(ID, T, SpelledAsLValue);
2501 ReferenceType::Profile(ID, T, false);
2536 MemberPointerType::Profile(ID, T, Cls);
2578 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals);
2799 DependentSizedArrayType::Profile(ID, *this,
2841 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals);
2881 VectorType::Profile(ID, vecType, NumElts, Type::Vector, VecKind);
2912 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector,
2940 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType),
2987 FunctionNoProtoType::Profile(ID, ResultTy, Info);
3042 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI,
3220 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3244 SubstTemplateTypeParmType::Profile(ID, Parm, Replacement);
3271 SubstTemplateTypeParmPackType::Profile(ID, Parm, ArgPack);
3300 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3439 TemplateSpecializationType::Profile(ID, CanonTemplate,
3468 ElaboratedType::Profile(ID, Keyword, NNS, NamedType);
3492 ParenType::Profile(ID, InnerType);
3528 DependentNameType::Profile(ID, Keyword, NNS, Name);
3568 DependentTemplateSpecializationType::Profile(ID, *this, Keyword, NNS,
3613 PackExpansionType::Profile(ID, Pattern, NumExpansions);
3701 ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf);
3839 ObjCObjectPointerType::Profile(ID, ObjectT);
3898 DependentTypeOfExprType::Profile(ID, *this, tofExpr);
3948 DependentDecltypeType::Profile(ID, *this, e);
3994 AutoType::Profile(ID, DeducedType, Keyword, IsDependent);
4013 AtomicType::Profile(ID, T);
6466 QualifiedTemplateName::Profile(ID, NNS, TemplateKeyword, Template);
6489 DependentTemplateName::Profile(ID, NNS, Name);
6525 DependentTemplateName::Profile(ID, NNS, Operator);
6557 SubstTemplateTemplateParmStorage::Profile(ID, param, replacement);
6576 SubstTemplateTemplateParmPackStorage::Profile(ID, Self, Param, ArgPack);