Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp187 const std::vector<const CallExpr *> &getCallExprs() { return CallExprs; } in getCallExprs() function in __anon47780ec80211::CallExprFinder
233 for (const auto *CallExpr : CEF.getCallExprs()) { in handleNoInlineAttr()
259 for (const auto *CallExpr : CEF.getCallExprs()) { in handleAlwaysInlineAttr()