Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp46 #define TRY_TO(CALL_EXPR) \ argument
48 if (!CALL_EXPR) \
H A DIndexDecl.cpp21 #define TRY_DECL(D,CALL_EXPR) \ argument
24 if (!CALL_EXPR) \
28 #define TRY_TO(CALL_EXPR) \ argument
30 if (!CALL_EXPR) \
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py553 if c.kind == CursorKind.CALL_EXPR:
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h58 #define TRY_TO(CALL_EXPR) \ argument
60 if (!getDerived().CALL_EXPR) \
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py906 CursorKind.CALL_EXPR = CursorKind(103)