Searched defs:startRef (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2032 const char *&startRef, const char *&endRef) {
2035 startRef = startBuf; // mark the start.
2037 if (startRef && *startRef == '<') {
2096 const char *startRef = nullptr, *endRef = nullptr; local
2097 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2098 // Get the locations of the startRef, endRef.
2099 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2141 const char *startRef = nullptr, *endRef = nullptr; local
2142 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe
2031 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument
2163 const char *startRef = nullptr, *endRef = nullptr; local
[all...]
H A DRewriteModernObjC.cpp2140 const char *&startRef, const char *&endRef) {
2143 startRef = startBuf; // mark the start.
2145 if (startRef && *startRef == '<') {
2204 const char *startRef = nullptr, *endRef = nullptr; local
2205 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2206 // Get the locations of the startRef, endRef.
2207 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2253 const char *startRef = nullptr, *endRef = nullptr; local
2254 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe
2139 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument
2275 const char *startRef = nullptr, *endRef = nullptr; local
[all...]

Completed in 51 milliseconds