MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / makeStructInfoFlags

Function makeStructInfoFlags

src/builtin/module_builtin_rtti.cpp:723–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721
722
723 TypeDeclPtr makeStructInfoFlags() {
724 auto ft = new TypeDecl(Type::tBitfield);
725 ft->alias = "StructInfoFlags";
726 ft->argNames = { "_class", "_lambda", "heapGC", "stringHeapGC" };
727 return ft;
728 }
729
730 struct StructInfoAnnotation : DebugInfoAnnotation<VarInfo,StructInfo> {
731 StructInfoAnnotation(ModuleLibrary & ml) : DebugInfoAnnotation ("StructInfo", ml) {

Callers 2

StructInfoAnnotationMethod · 0.85
Module_RttiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected