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

Function templateParams

plugins/clang/codecompletion/completionhelper.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74QStringList templateParams(CXCursor cursor)
75{
76 QStringList types;
77 clang_visitChildren(cursor, templateParamsHelper, &types);
78 return types;
79}
80
81FuncOverrideInfo processCXXMethod(CXCursor cursor, OverrideInfo* info)
82{

Callers 2

templateParamsHelperFunction · 0.85
declVisitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected