Displaying 1 result from an estimated 1 matches for "implicitparam".
Did you mean:
nimplicitparams
2013 Jul 22
0
[LLVMdev] Libclang get class name from DeclRefExpr
...tinue;
}
}
I'm just a bit lost as to how to extract information from cursors- when
I AST dump my class I can see the information I need is all there (see
the last line):
|-ObjCMethodDecl 0x112790f90 <line:32:1, line:34:1> -
testAddConcreteDataModel: 'void'
| |-ImplicitParamDecl 0x112791960 <<invalid sloc>> self
'DFDataModelContainer *const __strong'
| |-ImplicitParamDecl 0x1127919c0 <<invalid sloc>> _cmd 'SEL':'SEL *'
| |-ParmVarDecl 0x112791040 <line:32:35, col:55> helpmeh
'DFDemoDataModelOne *__strong...