| commit | b6df6821944632a58c75772dcefc01f2082b04f8 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Jul 02 23:54:36 2012 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Jul 02 23:54:36 2012 +0000 |
| tree | 4518c1ff1087ef859247a978444505652d1af30c | |
| parent | 577574ab886a2f3588d146e433008b80bd033413 [diff] |
[libclang] Introduce clang_Cursor_isDynamicCall which, given a cursor pointing to a C++ method call or an ObjC message, returns non-zero if the method/message is "dynamic", meaning: For a C++ method: the call is virtual. For an ObjC message: the receiver is an object instance, not 'super' or a specific class. rdar://11779185 llvm-svn: 159627