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

Function isOpName

src/parser/parser_impl.cpp:630–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 }
629
630 bool isOpName ( const string & name ) {
631 return !(isalpha(name[0]) || name[0]=='_' || name[0]=='`');
632 }
633
634 vector<VariableDeclaration*> * ast_structVarDefAbstract ( yyscan_t scanner, vector<VariableDeclaration*> * list,
635 AnnotationList * annL, bool isPrivate, bool cnst, Function * func ) {

Callers 2

ast_structVarDefAbstractFunction · 0.85
ast_structVarDefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected