MCPcopy Create free account
hub / github.com/KDAB/codebrowser / DeclType

Enum DeclType

generator/annotator.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65class Annotator {
66public:
67 enum DeclType { Declaration, Definition, Use, Use_Read, Use_Write, Use_Address, Use_Call, Use_MemberAccess, Override, Inherit };
68 enum TokenType { Ref, Member, Type, Decl, Call, Namespace, Typedef, Enum, EnumDecl, Label };
69private:
70 enum class Visibility {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected