Searched refs:ObjCSubsts (Results 1 – 2 of 2) sorted by relevance
2765 Optional<ArrayRef<QualType>> ObjCSubsts = None);2770 Optional<ArrayRef<QualType>> ObjCSubsts = None) { in FormatFunctionParameter() argument2787 if (ObjCSubsts) in FormatFunctionParameter()2788 Type = Type.substObjCTypeArgs(Param->getASTContext(), *ObjCSubsts, in FormatFunctionParameter()2848 ObjCSubsts); in FormatFunctionParameter()2864 Optional<ArrayRef<QualType>> ObjCSubsts) { in formatBlockPlaceholder() argument2867 if (ObjCSubsts) in formatBlockPlaceholder()2869 ResultType.substObjCTypeArgs(BlockDecl->getASTContext(), *ObjCSubsts, in formatBlockPlaceholder()2888 /*SuppressBlock=*/true, ObjCSubsts); in formatBlockPlaceholder()3531 Optional<ArrayRef<QualType>> ObjCSubsts; in createCodeCompletionStringForDecl() local[all …]
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 …]