Lines Matching defs:startRef
2119 const char *&startRef, const char *&endRef) {
2122 startRef = startBuf; // mark the start.
2124 if (startRef && *startRef == '<') {
2183 const char *startRef = nullptr, *endRef = nullptr;
2184 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2185 // Get the locations of the startRef, endRef.
2186 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2232 const char *startRef = nullptr, *endRef = nullptr;
2233 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2234 // Get the locations of the startRef, endRef.
2235 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
2254 const char *startRef = nullptr, *endRef = nullptr;
2255 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2256 // Get the locations of the startRef, endRef.
2258 Loc.getLocWithOffset(startRef-startFuncBuf);