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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2035 const char *&startRef, const char *&endRef) {
2038 startRef = startBuf; // mark the start.
2040 if (startRef && *startRef == '<') {
2099 const char *startRef = nullptr, *endRef = nullptr; local
2100 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2101 // Get the locations of the startRef, endRef.
2102 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2144 const char *startRef = nullptr, *endRef = nullptr; local
2145 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe
2034 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument
2166 const char *startRef = nullptr, *endRef = nullptr; local
[all...]
H A DRewriteModernObjC.cpp2117 const char *&startRef, const char *&endRef) {
2120 startRef = startBuf; // mark the start.
2122 if (startRef && *startRef == '<') {
2181 const char *startRef = nullptr, *endRef = nullptr; local
2182 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2183 // Get the locations of the startRef, endRef.
2184 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2230 const char *startRef = nullptr, *endRef = nullptr; local
2231 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe
2116 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument
2252 const char *startRef = nullptr, *endRef = nullptr; local
[all...]

Completed in 138 milliseconds