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

Declarations

tools/clang/tools/extra/clangd/AST.h
   78 std::string printType(const QualType QT, const DeclContext & Context);

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExpandAutoType.cpp
   99   std::string PrettyTypeName = printType(*DeducedType,
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  352   return printType(TypeInfo, *Context) + (PassByReference ? " &" : " ") + Name;