Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp64 template <typename T> void printAndReport(CheckerContext &C, T What) const;
281 void ExprInspectionChecker::printAndReport(CheckerContext &C, T What) const { in printAndReport() function in ExprInspectionChecker
296 printAndReport(C, Sym); in analyzerValue()
298 printAndReport(C, *I); in analyzerValue()
320 printAndReport(C, V); in analyzerDump()
344 printAndReport(C, Size); in analyzerDumpExtent()
365 printAndReport(C, ElementCount); in analyzerDumpElementCount()