Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp45 #define TRY_TO(CALL_EXPR) \ argument
47 if (!CALL_EXPR) \
DIndexDecl.cpp17 #define TRY_TO(CALL_EXPR) \ argument
19 if (!CALL_EXPR) \
/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py438 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.py811 CursorKind.CALL_EXPR = CursorKind(103)