Home
last modified time | relevance | path

Searched defs:CallExprFinder (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp183 class CallExprFinder : public ConstEvaluatedExprVisitor<CallExprFinder> { global() class
190 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } CallExprFinder() function in __anon2d70c9ea0211::CallExprFinder