Searched defs:scanForProtocolRefs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp2064 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf, function
2130 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2175 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2197 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
H A DRewriteModernObjC.cpp1988 static bool scanForProtocolRefs(const char *startBuf, const char *endBuf, function
2054 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2099 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2121 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {

Completed in 36 milliseconds