Searched refs:CXXMemberCall (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h559 class CXXMemberCall : public CXXInstanceCall { class in namespace:clang::ento
563 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, function in class:clang::ento::CXXMemberCall
567 CXXMemberCall(const CXXMemberCall &Other) : CXXInstanceCall(Other) {} function in class:clang::ento::CXXMemberCall
568 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } variable
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp516 const Expr *CXXMemberCall::getCXXThisExpr() const {
520 RuntimeDefinition CXXMemberCall::getRuntimeDefinition() const {
904 return create<CXXMemberCall>(MCE, State, LCtx);

Completed in 82 milliseconds