Home
last modified time | relevance | path

Searched refs:newStructScope (Results 1 – 3 of 3) sorted by relevance

/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didlscope.h119 Scope* newStructScope (const char* identifier, const char* file, int line);
H A Didlscope.cc440 newStructScope(const char* identifier, const char* file, int line) in newStructScope() function in Scope
H A Didlast.cc1224 Scope* s = Scope::current()->newStructScope(identifier, file, line); in Struct()