Searched defs:startRef (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Rewrite/Frontend/ |
H A D | RewriteObjC.cpp | 2041 const char *&startRef, const char *&endRef) { 2044 startRef = startBuf; // mark the start. 2046 if (startRef && *startRef == '<') { 2105 const char *startRef = nullptr, *endRef = nullptr; local 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; local 2151 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe 2040 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument 2172 const char *startRef = nullptr, *endRef = nullptr; local [all...] |
H A D | RewriteModernObjC.cpp | 2152 const char *&startRef, const char *&endRef) { 2155 startRef = startBuf; // mark the start. 2157 if (startRef && *startRef == '<') { 2216 const char *startRef = nullptr, *endRef = nullptr; local 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; local 2266 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe 2151 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument 2287 const char *startRef = nullptr, *endRef = nullptr; local [all...] |
Completed in 58 milliseconds