Searched refs:SelfDeclTy (Results 1 – 2 of 2) sorted by relevance
2826 QualType SelfDeclTy; in getOrCreateFunctionType() local2828 SelfDeclTy = SelfDecl->getType(); in getOrCreateFunctionType()2831 SelfDeclTy = FPT->getParamType(0); in getOrCreateFunctionType()2832 if (!SelfDeclTy.isNull()) in getOrCreateFunctionType()2833 Elts.push_back(CreateSelfType(SelfDeclTy, getOrCreateType(SelfDeclTy, F))); in getOrCreateFunctionType()
3754 QualType SelfDeclTy; in getOrCreateFunctionType() local3756 SelfDeclTy = SelfDecl->getType(); in getOrCreateFunctionType()3759 SelfDeclTy = FPT->getParamType(0); in getOrCreateFunctionType()3760 if (!SelfDeclTy.isNull()) in getOrCreateFunctionType()3762 CreateSelfType(SelfDeclTy, getOrCreateType(SelfDeclTy, F))); in getOrCreateFunctionType()