Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp856 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall
872 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h695 virtual const Expr *getCXXThisExpr() const { return nullptr; } in getCXXThisExpr() function