Searched refs:endRef (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2069 const char *&startRef, const char *&endRef) {
2075 endRef = startBuf; // mark the end.
2133 const char *startRef = 0, *endRef = 0; local
2134 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2135 // Get the locations of the startRef, endRef.
2137 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2178 const char *startRef = 0, *endRef = 0; local
2179 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2180 // Get the locations of the startRef, endRef.
2182 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef
2068 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument
2200 const char *startRef = 0, *endRef = 0; local
[all...]
H A DRewriteModernObjC.cpp2163 const char *&startRef, const char *&endRef) {
2169 endRef = startBuf; // mark the end.
2227 const char *startRef = 0, *endRef = 0; local
2228 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2229 // Get the locations of the startRef, endRef.
2231 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2272 const char *startRef = 0, *endRef = 0; local
2273 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2274 // Get the locations of the startRef, endRef.
2276 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef
2162 scanForProtocolRefs(const char *startBuf, const char *endBuf, const char *&startRef, const char *&endRef) argument
2294 const char *startRef = 0, *endRef = 0; local
[all...]

Completed in 140 milliseconds