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

Method isEnumT

include/daScript/ast/ast_typedecl.h:903–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901 }
902
903 __forceinline bool TypeDecl::isEnumT() const {
904 return (baseType==Type::tEnumeration) || (baseType==Type::tEnumeration8)
905 || (baseType==Type::tEnumeration16) || (baseType==Type::tEnumeration64);
906 }
907
908 __forceinline bool TypeDecl::isEnum() const {
909 return isEnumT() && (dim.size()==0);

Callers 6

visitMethod · 0.80
evalAndFoldMethod · 0.80
makeTypeInfoMethod · 0.80
visitMethod · 0.80
describeCppTypeExFunction · 0.80
findAliasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected