Home
last modified time | relevance | path

Searched refs:CXXMemberCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h787 class CXXMemberCall : public CXXInstanceCall {
791 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, in CXXMemberCall() function
795 CXXMemberCall(const CXXMemberCall &Other) = default;
797 void cloneTo(void *Dest) const override { new (Dest) CXXMemberCall(*this); } in cloneTo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp90 return cast<CXXMemberCall>(Call).getCXXThisVal().getAsRegion(); in getRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp856 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr()
860 RuntimeDefinition CXXMemberCall::getRuntimeDefinition() const { in getRuntimeDefinition()
1407 return create<CXXMemberCall>(MCE, State, LCtx, ElemRef); in getSimpleCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp657 } else if (const auto *MCall = dyn_cast<CXXMemberCall>(&CallOrMsg)) { in checkSummary()