Skip to main content
Module

x/libclang/mod.ts>CX_StorageClass

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

Represents the storage classes as declared in the source. CX_SC_Invalid was added for the case that the passed cursor in not a declaration.

Members

CX_SC_Auto
CX_SC_Extern
CX_SC_Invalid
CX_SC_None
CX_SC_OpenCLWorkGroupLocal
CX_SC_PrivateExtern
CX_SC_Register
CX_SC_Static