Home | History | Annotate | Download | only in Frontend

Lines Matching refs:startRef

2152                                 const char *&startRef, const char *&endRef) {
2155 startRef = startBuf; // mark the start.
2157 if (startRef && *startRef == '<') {
2216 const char *startRef = nullptr, *endRef = nullptr;
2217 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2218 // Get the locations of the startRef, endRef.
2219 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2265 const char *startRef = nullptr, *endRef = nullptr;
2266 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2267 // Get the locations of the startRef, endRef.
2268 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
2287 const char *startRef = nullptr, *endRef = nullptr;
2288 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2289 // Get the locations of the startRef, endRef.
2291 Loc.getLocWithOffset(startRef-startFuncBuf);