Skip to main content
Module

x/libclang/mod.ts>CXVisibilityKind

Deno FFI bindings for libclang
Go to Latest
enum CXVisibilityKind
Re-export
import { CXVisibilityKind } from "https://deno.land/x/libclang@1.0.0-beta.8/mod.ts";

Members

CXVisibility_Default

Symbol seen by the linker and acts like a normal symbol.

CXVisibility_Hidden

Symbol not seen by the linker.

CXVisibility_Invalid

This value indicates that no visibility information is available for a provided CXCursor.

CXVisibility_Protected

Symbol seen by the linker but resolves to a symbol inside this object.