Searched refs:startRef (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2038 const char *&startRef, const char *&endRef) { in scanForProtocolRefs() argument 2041 startRef = startBuf; // mark the start. in scanForProtocolRefs() 2043 if (startRef && *startRef == '<') { in scanForProtocolRefs() 2102 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2103 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2105 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() 2147 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2148 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2150 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() 2169 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local [all …]
|
| H A D | RewriteModernObjC.cpp | 2121 const char *&startRef, const char *&endRef) { in scanForProtocolRefs() argument 2124 startRef = startBuf; // mark the start. in scanForProtocolRefs() 2126 if (startRef && *startRef == '<') { in scanForProtocolRefs() 2185 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2186 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2188 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() 2234 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2235 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2237 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() 2256 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local [all …]
|