Lines Matching defs:startRef
2033 const char *&startRef, const char *&endRef) {
2036 startRef = startBuf; // mark the start.
2038 if (startRef && *startRef == '<') {
2097 const char *startRef = nullptr, *endRef = nullptr;
2098 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2099 // Get the locations of the startRef, endRef.
2100 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2142 const char *startRef = nullptr, *endRef = nullptr;
2143 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2144 // Get the locations of the startRef, endRef.
2145 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
2164 const char *startRef = nullptr, *endRef = nullptr;
2165 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2166 // Get the locations of the startRef, endRef.
2168 Loc.getLocWithOffset(startRef-startFuncBuf);