Lines Matching defs:endRef
2036 const char *&startRef, const char *&endRef) {
2042 endRef = startBuf; // mark the end.
2100 const char *startRef = nullptr, *endRef = nullptr;
2101 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2102 // Get the locations of the startRef, endRef.
2104 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2145 const char *startRef = nullptr, *endRef = nullptr;
2146 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2147 // Get the locations of the startRef, endRef.
2149 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
2167 const char *startRef = nullptr, *endRef = nullptr;
2168 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2169 // Get the locations of the startRef, endRef.
2173 Loc.getLocWithOffset(endRef-startFuncBuf+1);