Lines Matching refs:StorageClass

95 const StorageClass STCStorageClass = (STCauto | STCscope | STCstatic | STCextern | STCconst | STCfi…
122 StorageClass storage_class;
565 StorageClass storage_class2; // storage class for template onemember's
601 FuncDeclaration(Loc loc, Loc endloc, Identifier *id, StorageClass storage_class, Type *type);
602 …static FuncDeclaration *create(Loc loc, Loc endloc, Identifier *id, StorageClass storage_class, Ty…
669 …c FuncDeclaration *genCfunc(Parameters *args, Type *treturn, const char *name, StorageClass stc=0);
670 …static FuncDeclaration *genCfunc(Parameters *args, Type *treturn, Identifier *id, StorageClass stc…
729 CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type);
745 PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
761 DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
778 StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
779 StaticCtorDeclaration(Loc loc, Loc endloc, const char *name, StorageClass stc);
795 SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
807 StaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
808 StaticDtorDeclaration(Loc loc, Loc endloc, const char *name, StorageClass stc);
824 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
834 InvariantDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id = NULL);
853 UnitTestDeclaration(Loc loc, Loc endloc, StorageClass stc, char *codedoc);
871 NewDeclaration(Loc loc, Loc endloc, StorageClass stc, Parameters *arguments, int varargs);
889 DeleteDeclaration(Loc loc, Loc endloc, StorageClass stc, Parameters *arguments);