Lines Matching refs:PEnd
2315 TemplateParameterList::iterator PEnd = Params->end(); in AddTemplateParameterChunks() local
2317 PEnd = Params->begin() + MaxParameters; in AddTemplateParameterChunks()
2319 P != PEnd; ++P) { in AddTemplateParameterChunks()
2729 PEnd = Method->param_end(); in CreateCodeCompletionString() local
2730 P != PEnd; (void)++P, ++Idx) { in CreateCodeCompletionString()
2761 if (Method->isVariadic() && (P + 1) == PEnd) in CreateCodeCompletionString()
3089 PEnd = Method->param_end(); in MaybeAddOverrideCalls() local
3090 P != PEnd; in MaybeAddOverrideCalls()
3125 PEnd = Method->param_end(); in MaybeAddOverrideCalls() local
3126 P != PEnd; ++P) { in MaybeAddOverrideCalls()
3457 PEnd = Container->prop_end(); in AddObjCProperties() local
3458 P != PEnd; in AddObjCProperties()
3492 PEnd = Protocol->protocol_end(); in AddObjCProperties() local
3493 P != PEnd; ++P) in AddObjCProperties()
3523 PEnd = Category->protocol_end(); in AddObjCProperties() local
3524 P != PEnd; ++P) in AddObjCProperties()
6933 PEnd = Method->param_end(); in CodeCompleteObjCMethodDecl() local
6934 P != PEnd; (void)++P, ++I) { in CodeCompleteObjCMethodDecl()
7015 PEnd = Containers[I]->prop_end(); in CodeCompleteObjCMethodDecl() local
7016 P != PEnd; ++P) { in CodeCompleteObjCMethodDecl()