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

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAttr.cpp178 class CallExprFinder : public ConstEvaluatedExprVisitor<CallExprFinder> { class in namespace:__anon838
185 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } function in class:__anon838::CallExprFinder

Completed in 124 milliseconds