Searched defs:getCXXThisExpr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | CallEvent.cpp | 856 const Expr *CXXMemberCall::getCXXThisExpr() const { getCXXThisExpr() function in CXXMemberCall |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | CallEvent.h | 695 virtual const Expr *getCXXThisExpr() const { return nullptr; } getCXXThisExpr() function |