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

Method isClass

src/ast/ast_typedecl.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 bool TypeDecl::isClass() const { // CANT BE INLINED DUE TO STRUCT TYPE
110 return isStructure() && structType && structType->isClass;
111 }
112
113 bool TypeDecl::isExprTypeAnywhere() const {
114 das_set<Structure*> dep;

Callers 5

reportMethodVsCallMethod · 0.80
visitMethod · 0.80
generatePointerFinalizerFunction · 0.80
preVisitMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected