Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp566 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall
583 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h627 virtual const Expr *getCXXThisExpr() const { return nullptr; } in getCXXThisExpr() function