Lines Matching defs:endRef
2119 const char *&startRef, const char *&endRef) {
2125 endRef = startBuf; // mark the end.
2183 const char *startRef = nullptr, *endRef = nullptr;
2184 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2185 // Get the locations of the startRef, endRef.
2187 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2232 const char *startRef = nullptr, *endRef = nullptr;
2233 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2234 // Get the locations of the startRef, endRef.
2236 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
2254 const char *startRef = nullptr, *endRef = nullptr;
2255 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2256 // Get the locations of the startRef, endRef.
2260 Loc.getLocWithOffset(endRef-startFuncBuf+1);