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

Declarations

tools/clang/lib/AST/TypePrinter.cpp
  111     void print(const Type *ty, Qualifiers qs, raw_ostream &OS,

References

tools/clang/lib/AST/TypePrinter.cpp
  173   print(split.Ty, split.Quals, OS, PlaceHolder);
 1892   TypePrinter(policy, Indentation).print(ty, qs, OS, PH);
 1906   TypePrinter(policy).print(ty, qs, StrOS, buffer);