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

Method isConst

include/daScript/ast/ast_typedecl.h:917–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915 }
916
917 __forceinline bool TypeDecl::isConst() const {
918 return constant;
919 }
920
921 __forceinline bool TypeDecl::isAnyType() const {
922 return baseType==Type::anyArgument;

Callers 15

transformCallMethod · 0.80
isValidArgumentTypeFunction · 0.80
isMatchingArgumentTypeFunction · 0.80
isSameTypeFunction · 0.80
debug_typeFunction · 0.80
reportOp2ErrorsMethod · 0.80
preVisitGlobalLetMethod · 0.80
visitStructureFieldMethod · 0.80
visitGlobalLetInitMethod · 0.80
visitMethod · 0.80
preVisitForStackMethod · 0.80
visitLetInitMethod · 0.80

Calls

no outgoing calls

Tested by 1

transformCallMethod · 0.64