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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp44 void analyzerGetExtent(const CallExpr *CE, CheckerContext &C) const;
86 .Case("clang_analyzer_getExtent", &ExprInspectionChecker::analyzerGetExtent)
223 void ExprInspectionChecker::analyzerGetExtent(const CallExpr *CE, function in class:ExprInspectionChecker

Completed in 105 milliseconds