reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 6570     for (unsigned I = 0, N = Sel.getNumArgs(); I != N; ++I, ++CurP) {
 6570     for (unsigned I = 0, N = Sel.getNumArgs(); I != N; ++I, ++CurP) {
 6571       if (I > SelIdents.size())
 6574       if (I < SelIdents.size())
 6576             Builder.getAllocator().CopyString(Sel.getNameForSlot(I) + ":"));
 6577       else if (NeedSuperKeyword || I > SelIdents.size()) {
 6579             Builder.getAllocator().CopyString(Sel.getNameForSlot(I) + ":"));
 6584             Builder.getAllocator().CopyString(Sel.getNameForSlot(I) + ":"));