Home | History | Annotate | Download | only in AST

Lines Matching defs:Profile

547 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID, 
582 Profile(ID, TTP);
591 CanonicalTemplateTemplateParm::Profile(ID, TTP);
2032 ExtQuals::Profile(ID, baseType, quals);
2199 ComplexType::Profile(ID, T);
2227 PointerType::Profile(ID, T);
2251 AdjustedType::Profile(ID, Orig, New);
2291 AdjustedType::Profile(ID, T, Decayed);
2316 BlockPointerType::Profile(ID, T);
2351 ReferenceType::Profile(ID, T, SpelledAsLValue);
2388 ReferenceType::Profile(ID, T, false);
2423 MemberPointerType::Profile(ID, T, Cls);
2465 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals);
2686 DependentSizedArrayType::Profile(ID, *this,
2727 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals);
2767 VectorType::Profile(ID, vecType, NumElts, Type::Vector, VecKind);
2798 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector,
2826 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType),
2873 FunctionNoProtoType::Profile(ID, ResultTy, Info);
2913 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI,
3097 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3122 SubstTemplateTypeParmType::Profile(ID, Parm, Replacement);
3149 SubstTemplateTypeParmPackType::Profile(ID, Parm, ArgPack);
3178 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3317 TemplateSpecializationType::Profile(ID, CanonTemplate,
3346 ElaboratedType::Profile(ID, Keyword, NNS, NamedType);
3370 ParenType::Profile(ID, InnerType);
3406 DependentNameType::Profile(ID, Keyword, NNS, Name);
3446 DependentTemplateSpecializationType::Profile(ID, *this, Keyword, NNS,
3491 PackExpansionType::Profile(ID, Pattern, NumExpansions);
3570 ObjCObjectTypeImpl::Profile(ID, BaseType, Protocols, NumProtocols);
3678 ObjCObjectPointerType::Profile(ID, ObjectT);
3737 DependentTypeOfExprType::Profile(ID, *this, tofExpr);
3788 DependentDecltypeType::Profile(ID, *this, e);
3834 AutoType::Profile(ID, DeducedType, IsDecltypeAuto, IsDependent);
3853 AtomicType::Profile(ID, T);
6299 QualifiedTemplateName::Profile(ID, NNS, TemplateKeyword, Template);
6322 DependentTemplateName::Profile(ID, NNS, Name);
6358 DependentTemplateName::Profile(ID, NNS, Operator);
6390 SubstTemplateTemplateParmStorage::Profile(ID, param, replacement);
6409 SubstTemplateTemplateParmPackStorage::Profile(ID, Self, Param, ArgPack);