Home | History | Annotate | Download | only in Frontend

Lines Matching refs:endRef

2041                                 const char *&startRef, const char *&endRef) {
2047 endRef = startBuf; // mark the end.
2105 const char *startRef = nullptr, *endRef = nullptr;
2106 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2107 // Get the locations of the startRef, endRef.
2109 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2150 const char *startRef = nullptr, *endRef = nullptr;
2151 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2152 // Get the locations of the startRef, endRef.
2154 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
2172 const char *startRef = nullptr, *endRef = nullptr;
2173 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2174 // Get the locations of the startRef, endRef.
2178 Loc.getLocWithOffset(endRef-startFuncBuf+1);