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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp410 const Expr *Base = getCXXThisExpr();
516 const Expr *CXXMemberCall::getCXXThisExpr() const { function in class:CXXMemberCall
533 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { function in class:CXXMemberOperatorCall
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h538 virtual const Expr *getCXXThisExpr() const { return nullptr; } function in class:clang::ento::CXXInstanceCall
585 const Expr *getCXXThisExpr() const override;
626 const Expr *getCXXThisExpr() const override;

Completed in 59 milliseconds