Home
last modified time | relevance | path

Searched defs:getArgExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h292 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } getArgExpr() function
558 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
595 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
738 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
781 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
944 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
1017 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
1091 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
1149 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
1207 const Expr *getArgExpr(unsigned Index) const override { getArgExpr() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp187 const Expr *ExprInspectionChecker::getArgExpr(const CallExpr *CE, in getArgExpr() function in ExprInspectionChecker