Displaying 3 results from an estimated 3 matches for "parmvardecl".
2013 Sep 05
0
[LLVMdev] [ast-dump] Class template partial specializations missing from an implicit class template instantiation?
...nner 'void (void)' inline noexcept-unevaluated 0x3917610
| | | `-CompoundStmt 0x3918370 <col:32>
| | |-CXXConstructorDecl 0x3917770 <col:32> Inner 'void (const struct Outer<float>::Inner<int *> &)' inline noexcept-unevaluated 0x3917770
| | | `-ParmVarDecl 0x39178b0 <col:32> 'const struct Outer<float>::Inner<int *> &'
| | `-CXXConstructorDecl 0x39181d0 <col:32> Inner 'void (struct Outer<float>::Inner<int *> &&)' inline noexcept-unevaluated 0x39181d0
| | `-ParmVarDecl 0x3918310...
2019 Jun 09
2
Strange local variable cv::VideoCapture allocated
...gt;> curr_frame;
return !curr_frame.empty();
}
Generated AST from ast-dump:
===========================
-CXXMethodDecl 0x7ff113148810 parent 0x7ff114400cb0 prev 0x7ff114401e30
<line:480:1, line:486:1> line:480:18 used readFileFrame 'bool (cv::Mat &,
int &)'
| |-ParmVarDecl 0x7ff113148708 <col:32, col:37> col:37 used curr_frame
'cv::Mat &'
| |-ParmVarDecl 0x7ff113148780 <col:49, col:54> col:54 used frame_id 'int &'
| `-CompoundStmt 0x7ff1131537d8 <col:64, line:486:1>
| |-UnaryOperator 0x7ff113148930 <line:482:5, col...
2013 Jul 22
0
[LLVMdev] Libclang get class name from DeclRefExpr
...<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'
| `-CompoundStmt 0x112791bf0 <col:63, line:34:1>
| `-ExprWithCleanups 0x112791bd8 <line:33:5, col:39> 'void'
| `-ObjCMessageExpr 0x112791ba0 <col:5, col:39> 'void'...