Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DAPISetVisitor.h26 #define TRY_TO(CALL_EXPR) \ argument
28 if (!getDerived()->CALL_EXPR) \
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h60 #define TRY_TO(CALL_EXPR) \ argument
62 if (!getDerived().CALL_EXPR) \