Home | History | Annotate | Download | only in Frontend

Lines Matching refs:startRef

2041                                 const char *&startRef, const char *&endRef) {
2044 startRef = startBuf; // mark the start.
2046 if (startRef && *startRef == '<') {
2105 const char *startRef = nullptr, *endRef = nullptr;
2106 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2107 // Get the locations of the startRef, endRef.
2108 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2150 const char *startRef = nullptr, *endRef = nullptr;
2151 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2152 // Get the locations of the startRef, endRef.
2153 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
2172 const char *startRef = nullptr, *endRef = nullptr;
2173 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2174 // Get the locations of the startRef, endRef.
2176 Loc.getLocWithOffset(startRef-startFuncBuf);