Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:endRef

1989                                 const char *&startRef, const char *&endRef) {
1995 endRef = startBuf; // mark the end.
2053 const char *startRef = 0, *endRef = 0;
2054 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2055 // Get the locations of the startRef, endRef.
2057 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2098 const char *startRef = 0, *endRef = 0;
2099 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2100 // Get the locations of the startRef, endRef.
2102 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
2120 const char *startRef = 0, *endRef = 0;
2121 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2122 // Get the locations of the startRef, endRef.
2126 Loc.getLocWithOffset(endRef-startFuncBuf+1);