• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/swig-12/Source/Modules/

Lines Matching refs:Dispatcher

82  * Dispatcher::emit_one()
87 int Dispatcher::emit_one(Node *n) {
188 * Dispatcher::emit_children()
193 int Dispatcher::emit_children(Node *n) {
216 int Dispatcher::defaultHandler(Node *) {
219 int Dispatcher::extendDirective(Node *n) {
222 int Dispatcher::applyDirective(Node *n) {
225 int Dispatcher::clearDirective(Node *n) {
228 int Dispatcher::constantDirective(Node *n) {
231 int Dispatcher::fragmentDirective(Node *n) {
234 int Dispatcher::importDirective(Node *n) {
237 int Dispatcher::includeDirective(Node *n) {
240 int Dispatcher::insertDirective(Node *n) {
243 int Dispatcher::moduleDirective(Node *n) {
246 int Dispatcher::nativeDirective(Node *n) {
249 int Dispatcher::pragmaDirective(Node *n) {
252 int Dispatcher::typemapDirective(Node *n) {
255 int Dispatcher::typemapitemDirective(Node *n) {
258 int Dispatcher::typemapcopyDirective(Node *n) {
261 int Dispatcher::typesDirective(Node *n) {
264 int Dispatcher::cDeclaration(Node *n) {
267 int Dispatcher::externDeclaration(Node *n) {
270 int Dispatcher::enumDeclaration(Node *n) {
273 int Dispatcher::enumvalueDeclaration(Node *n) {
276 int Dispatcher::enumforwardDeclaration(Node *n) {
279 int Dispatcher::classDeclaration(Node *n) {
282 int Dispatcher::templateDeclaration(Node *n) {
285 int Dispatcher::classforwardDeclaration(Node *n) {
288 int Dispatcher::constructorDeclaration(Node *n) {
291 int Dispatcher::destructorDeclaration(Node *n) {
294 int Dispatcher::accessDeclaration(Node *n) {
297 int Dispatcher::usingDeclaration(Node *n) {
300 int Dispatcher::namespaceDeclaration(Node *n) {
370 ret = Dispatcher::emit_one(n);