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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2120 const char *&startRef, const char *&endRef) {
2126 endRef = startBuf; // mark the end.
2184 const char *startRef = nullptr, *endRef = nullptr;
2185 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2186 // Get the locations of the startRef, endRef.
2188 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2233 const char *startRef = nullptr, *endRef = nullptr;
2234 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2235 // Get the locations of the startRef, endRef.
2237 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1)
    [all...]
RewriteObjC.cpp 2038 const char *&startRef, const char *&endRef) {
2044 endRef = startBuf; // mark the end.
2102 const char *startRef = nullptr, *endRef = nullptr;
2103 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2104 // Get the locations of the startRef, endRef.
2106 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1);
2147 const char *startRef = nullptr, *endRef = nullptr;
2148 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2149 // Get the locations of the startRef, endRef.
2151 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1)
    [all...]

Completed in 44 milliseconds