Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:startRef

2141                                 const char *&startRef, const char *&endRef) {
2144 startRef = startBuf; // mark the start.
2146 if (startRef && *startRef == '<') {
2205 const char *startRef = nullptr, *endRef = nullptr;
2206 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2207 // Get the locations of the startRef, endRef.
2208 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2254 const char *startRef = nullptr, *endRef = nullptr;
2255 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2256 // Get the locations of the startRef, endRef.
2257 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
2276 const char *startRef = nullptr, *endRef = nullptr;
2277 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2278 // Get the locations of the startRef, endRef.
2280 Loc.getLocWithOffset(startRef-startFuncBuf);