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

Enum Visibility

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

Source from the content-addressed store, hash-verified

68 enum TokenType { Ref, Member, Type, Decl, Call, Namespace, Typedef, Enum, EnumDecl, Label };
69private:
70 enum class Visibility {
71 Local, // Local to a Function
72 Static, // If it is only visible to this file
73 Global // Globaly visible.
74 };
75
76 Visibility getVisibility(const clang::NamedDecl *);
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected