reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 std::string printType(const QualType QT, const DeclContext & Context);
99 std::string PrettyTypeName = printType(*DeducedType,
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp 352 return printType(TypeInfo, *Context) + (PassByReference ? " &" : " ") + Name;