Searched defs:startRef (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2102 // Get the locations of the startRef, endRef. in RewriteObjCQualifiedInterfaceTypes() local 2038 scanForProtocolRefs(const char * startBuf,const char * endBuf,const char * & startRef,const char * & endRef) scanForProtocolRefs() argument 2147 const char *startRef = nullptr, *endRef = nullptr; RewriteObjCQualifiedInterfaceTypes() local 2169 const char *startRef = nullptr, *endRef = nullptr; RewriteObjCQualifiedInterfaceTypes() local [all...] |
H A D | RewriteModernObjC.cpp | 2184 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) { in RewriteObjCQualifiedInterfaceTypes() local 2233 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRe in RewriteObjCQualifiedInterfaceTypes() local 2120 scanForProtocolRefs(const char * startBuf,const char * endBuf,const char * & startRef,const char * & endRef) scanForProtocolRefs() argument 2255 const char *startRef = nullptr, *endRef = nullptr; RewriteObjCQualifiedInterfaceTypes() local [all...] |