HomeSort by: relevance | last modified time | path
    Searched refs:startRef (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) {
2123 startRef = startBuf; // mark the start.
2125 if (startRef && *startRef == '<') {
2184 const char *startRef = nullptr, *endRef = nullptr;
2185 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2186 // Get the locations of the startRef, endRef.
2187 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2233 const char *startRef = nullptr, *endRef = nullptr;
2234 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef))
    [all...]
RewriteObjC.cpp 2038 const char *&startRef, const char *&endRef) {
2041 startRef = startBuf; // mark the start.
2043 if (startRef && *startRef == '<') {
2102 const char *startRef = nullptr, *endRef = nullptr;
2103 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef)) {
2104 // Get the locations of the startRef, endRef.
2105 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf);
2147 const char *startRef = nullptr, *endRef = nullptr;
2148 if (scanForProtocolRefs(startBuf, endBuf, startRef, endRef))
    [all...]

Completed in 106 milliseconds