Home | History | Annotate | Download | only in Frontend

Lines Matching refs:endRef

2152                                 const char *&startRef, const char *&endRef) {
2158 endRef = startBuf; // mark the end.
2216 const char *startRef = nullptr, *endRef = nullptr;
2217 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2218 // Get the locations of the startRef, endRef.
2220 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2265 const char *startRef = nullptr, *endRef = nullptr;
2266 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2267 // Get the locations of the startRef, endRef.
2269 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
2287 const char *startRef = nullptr, *endRef = nullptr;
2288 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2289 // Get the locations of the startRef, endRef.
2293 Loc.getLocWithOffset(endRef-startFuncBuf+1);