Searched refs:containsStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h32 template <class T> bool containsStmt(const Stmt *S) { function in namespace:clang::ento
37 if (Child && containsStmt<T>(Child))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp246 containsStmt<UnaryExprOrTypeTraitExpr>(cond);

Completed in 47 milliseconds