Files
clang-p2996/clang/lib/Tooling/Syntax/BuildTree.cpp
Eduardo Caldas 2de2ca348d [SyntaxTree] Add support for CallExpression
* Generate `CallExpression` syntax node for all semantic nodes inheriting from
`CallExpr` with call-expression syntax - except `CUDAKernelCallExpr`.
* Implement all the accessors
* Arguments of `CallExpression` have their own syntax node which is based on
the `List` base API

Differential Revision: https://reviews.llvm.org/D86544
2020-08-26 07:03:49 +00:00

60 KiB