Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp185 std::vector<const CallExpr *> CallExprs; member in __anone4491bce0211::CallExprFinder
192 bool foundCallExpr() { return !CallExprs.empty(); } in foundCallExpr()
193 const std::vector<const CallExpr *> &getCallExprs() { return CallExprs; } in getCallExprs()
197 void VisitCallExpr(const CallExpr *E) { CallExprs.push_back(E); } in VisitCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def853 // as normal builtin CallExprs. This macro is used for such builtins.