Searched refs:ObjCSubsts (Results 1 – 1 of 1) sorted by relevance
2157 Optional<ArrayRef<QualType>> ObjCSubsts = None) { in FormatFunctionParameter() argument2169 if (ObjCSubsts) in FormatFunctionParameter()2170 Type = Type.substObjCTypeArgs(Param->getASTContext(), *ObjCSubsts, in FormatFunctionParameter()2251 if (ObjCSubsts) in FormatFunctionParameter()2253 *ObjCSubsts, in FormatFunctionParameter()2273 ObjCSubsts); in FormatFunctionParameter()2819 Optional<ArrayRef<QualType>> ObjCSubsts; in CreateCodeCompletionString() local2821 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in CreateCodeCompletionString()2826 ObjCSubsts); in CreateCodeCompletionString()2828 if (ObjCSubsts) in CreateCodeCompletionString()[all …]