Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:endRef

2065                                 const char *&startRef, const char *&endRef) {
2071 endRef = startBuf; // mark the end.
2129 const char *startRef = 0, *endRef = 0;
2130 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2131 // Get the locations of the startRef, endRef.
2133 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2174 const char *startRef = 0, *endRef = 0;
2175 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2176 // Get the locations of the startRef, endRef.
2178 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
2196 const char *startRef = 0, *endRef = 0;
2197 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2198 // Get the locations of the startRef, endRef.
2202 Loc.getLocWithOffset(endRef-startFuncBuf+1);