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

References

tools/clang/lib/AST/DeclPrinter.cpp
 1402          E = Protocols.end(); I != E; ++I)
 1402          E = Protocols.end(); I != E; ++I)
 1403       Out << (I == Protocols.begin() ? '<' : ',') << **I;
 1403       Out << (I == Protocols.begin() ? '<' : ',') << **I;