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

Method dispatchTypeAliasTemplate

plugins/clang/duchain/builder.cpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 CXChildVisitResult dispatchCursor(CXCursor cursor, CXCursor parent);
357
358 CXChildVisitResult dispatchTypeAliasTemplate(CXCursor cursor, CXCursor parent)
359 {
360 return CursorKindTraits::isClass(clang_getCursorKind(parent)) ? buildTypeAliasTemplateDecl<true>(cursor)
361 : buildTypeAliasTemplateDecl<false>(cursor);
362 }
363
364 template<CXTypeKind TK>
365 AbstractType *dispatchType(CXType type, CXCursor cursor)

Callers 1

visitCursorFunction · 0.80

Calls 1

isClassFunction · 0.85

Tested by

no test coverage detected