Searched refs:startRef (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2036 const char *&startRef, const char *&endRef) { in scanForProtocolRefs() argument 2039 startRef = startBuf; // mark the start. in scanForProtocolRefs() 2041 if (startRef && *startRef == '<') { in scanForProtocolRefs() 2100 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2101 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2103 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() 2145 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2146 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2148 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() 2167 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local [all …]
|
| H A D | RewriteModernObjC.cpp | 2119 const char *&startRef, const char *&endRef) { in scanForProtocolRefs() argument 2122 startRef = startBuf; // mark the start. in scanForProtocolRefs() 2124 if (startRef && *startRef == '<') { in scanForProtocolRefs() 2183 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2184 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2186 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() 2232 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2233 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2235 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() 2254 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local [all …]
|