Searched refs:ObjCSubsts (Results 1 – 1 of 1) sorted by relevance
2169 Optional<ArrayRef<QualType>> ObjCSubsts = None) { in FormatFunctionParameter() argument2181 if (ObjCSubsts) in FormatFunctionParameter()2182 Type = Type.substObjCTypeArgs(Param->getASTContext(), *ObjCSubsts, in FormatFunctionParameter()2263 if (ObjCSubsts) in FormatFunctionParameter()2265 *ObjCSubsts, in FormatFunctionParameter()2285 ObjCSubsts); in FormatFunctionParameter()2831 Optional<ArrayRef<QualType>> ObjCSubsts; in CreateCodeCompletionString() local2833 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in CreateCodeCompletionString()2838 ObjCSubsts); in CreateCodeCompletionString()2840 if (ObjCSubsts) in CreateCodeCompletionString()[all …]