Home
last modified time | relevance | path

Searched refs:CALL_EXPR (Results 1 – 3 of 3) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py356 if c.kind == CursorKind.CALL_EXPR:
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h69 #define TRY_TO(CALL_EXPR) \ argument
71 if (!getDerived().CALL_EXPR) \
/external/clang/bindings/python/clang/
Dcindex.py794 CursorKind.CALL_EXPR = CursorKind(103)