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

Method isEnum

include/daScript/ast/ast_typedecl.h:908–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906 }
907
908 __forceinline bool TypeDecl::isEnum() const {
909 return isEnumT() && (dim.size()==0);
910 }
911
912 __forceinline bool TypeDecl::isVectorType() const {
913 if ( dim.size() ) return false;

Callers 4

ast_NameNameFunction · 0.80
reportOp2ErrorsMethod · 0.80
visitMethod · 0.80
getConstExprMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected