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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp175 class CallExprFinder : public ConstEvaluatedExprVisitor<CallExprFinder> { class in namespace:__anon2098
181 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } function in class:__anon2098::CallExprFinder

Completed in 102 milliseconds