Searched refs:scanForProtocolRefs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2037 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf, in scanForProtocolRefs() function 2103 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2148 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2170 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes()
|
H A D | RewriteModernObjC.cpp | 2119 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf, in scanForProtocolRefs() function 2185 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2234 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() 2256 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes()
|