MCPcopy Create free account
hub / github.com/KDE/kdevelop / template_str

Function template_str

plugins/grepview/grepdialog.cpp:70–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70inline QStringList template_str()
71{
72 return QStringList{
73 QStringLiteral("%s"),
74 QStringLiteral("\\b%s\\b"),
75 QStringLiteral("\\b%s\\b\\s*=[^=]"),
76 QStringLiteral("\\->\\s*\\b%s\\b\\s*\\("),
77 QStringLiteral("([a-z0-9_$]+)\\s*::\\s*\\b%s\\b\\s*\\("),
78 QStringLiteral("\\b%s\\b\\s*\\->\\s*([a-z0-9_$]+)\\s*\\("),
79 };
80}
81
82inline QStringList repl_template()
83{

Callers 2

templateStringListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected