Lines Matching refs:InsertNode
673 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl()
2051 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType()
2217 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()
2245 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
2266 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType()
2305 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType()
2337 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()
2377 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()
2413 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()
2444 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()
2489 ConstantArrayTypes.InsertNode(New, InsertPos); in getConstantArrayType()
2700 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType()
2754 IncompleteArrayTypes.InsertNode(newType, insertPos); in getIncompleteArrayType()
2785 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2816 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
2850 DependentSizedExtVectorTypes.InsertNode(New, InsertPos); in getDependentSizedExtVectorType()
2894 FunctionNoProtoTypes.InsertNode(New, InsertPos); in getFunctionNoProtoType()
2984 FunctionProtoTypes.InsertNode(FTP, InsertPos); in getFunctionType()
3108 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()
3131 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
3167 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmPackType()
3199 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos); in getTemplateTypeParmType()
3333 TemplateSpecializationTypes.InsertNode(Spec, InsertPos); in getCanonicalTemplateSpecializationType()
3363 ElaboratedTypes.InsertNode(T, InsertPos); in getElaboratedType()
3387 ParenTypes.InsertNode(T, InsertPos); in getParenType()
3416 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()
3484 DependentTemplateSpecializationTypes.InsertNode(T, InsertPos); in getDependentTemplateSpecializationType()
3519 PackExpansionTypes.InsertNode(T, InsertPos); in getPackExpansionType()
3604 ObjCObjectTypes.InsertNode(T, InsertPos); in getObjCObjectType()
3700 ObjCObjectPointerTypes.InsertNode(QType, InsertPos); in getObjCObjectPointerType()
3751 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()
3796 DependentDecltypeTypes.InsertNode(Canon, InsertPos); in getDecltypeType()
3843 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()
3871 AtomicTypes.InsertNode(New, InsertPos); in getAtomicType()
6307 QualifiedTemplateNames.InsertNode(QTN, InsertPos); in getQualifiedTemplateName()
6345 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
6382 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
6398 SubstTemplateTemplateParms.InsertNode(subst, insertPos); in getSubstTemplateTemplateParm()
6419 SubstTemplateTemplateParmPacks.InsertNode(Subst, InsertPos); in getSubstTemplateTemplateParmPack()