Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp195 std::vector<const CallExpr *> CallExprs; member in __anonefa40b980211::CallExprFinder
202 bool foundCallExpr() { return !CallExprs.empty(); } in foundCallExpr()
203 const std::vector<const CallExpr *> &getCallExprs() { return CallExprs; } in getCallExprs()
207 void VisitCallExpr(const CallExpr *E) { CallExprs.push_back(E); } in VisitCallExpr()