reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
654 for (I = S = Filename.begin(), E = Filename.end(); I != E; ++I) { 658 if (I - S == 1 && *S == '.') { 658 if (I - S == 1 && *S == '.') { 660 } else if (I - S == 2 && *S == '.' && *(S + 1) == '.') { 660 } else if (I - S == 2 && *S == '.' && *(S + 1) == '.') { 660 } else if (I - S == 2 && *S == '.' && *(S + 1) == '.') { 664 if (S < I) 666 Result.append(S, I); 670 S = I + 1; 673 if (S < I) 674 Result.append(S, I);