Searched refs:startRef (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/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 | 2120 const char *&startRef, const char *&endRef) { in scanForProtocolRefs() argument 2123 startRef = startBuf; // mark the start. in scanForProtocolRefs() 2125 if (startRef && *startRef == '<') { in scanForProtocolRefs() 2184 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2185 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2187 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() 2233 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local 2234 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2236 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() 2255 const char *startRef = nullptr, *endRef = nullptr; in RewriteObjCQualifiedInterfaceTypes() local [all …]
|