HomeSort by: relevance | last modified time | path
    Searched defs:scanForProtocolRefs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2119 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf,
2185 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2234 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2256 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
RewriteObjC.cpp 2037 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf,
2103 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2148 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2170 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {

Completed in 23 milliseconds