Home | History | Annotate | Download | only in Frontend

Lines Matching refs:startRef

2069                                 const char *&startRef, const char *&endRef) {
2072 startRef = startBuf; // mark the start.
2074 if (startRef && *startRef == '<') {
2133 const char *startRef = 0, *endRef = 0;
2134 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2135 // Get the locations of the startRef, endRef.
2136 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2178 const char *startRef = 0, *endRef = 0;
2179 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2180 // Get the locations of the startRef, endRef.
2181 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
2200 const char *startRef = 0, *endRef = 0;
2201 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2202 // Get the locations of the startRef, endRef.
2204 Loc.getLocWithOffset(startRef-startFuncBuf);