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

Enum TokenType

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

Source from the content-addressed store, hash-verified

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 {
71 Local, // Local to a Function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected