Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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) \
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h58 #define TRY_TO(CALL_EXPR) \ argument
60 if (!getDerived().CALL_EXPR) \