Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp522 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall
539 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h565 virtual const Expr *getCXXThisExpr() const { return 0; } in getCXXThisExpr() function