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

Function inThisModule

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

Source from the content-addressed store, hash-verified

13namespace das {
14
15 static __forceinline string inThisModule ( const string & name ) { return "_::" + name; }
16
17 void das2_yyerror ( yyscan_t scanner, const string & error, const LineInfo & at, CompilationError cerr ) {
18 yyextra->g_Program->error(error,"","",at,cerr);

Callers 1

ast_structVarDefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected