Searched refs:CXXMemberOperatorCall (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp118 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) {
166 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h715 class CXXMemberOperatorCall : public CXXInstanceCall { class in namespace:clang::ento
719 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, function in class:clang::ento::CXXMemberOperatorCall
722 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;
725 new (Dest) CXXMemberOperatorCall(*this); variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp844 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const {
1371 return create<CXXMemberOperatorCall>(OpCE, State, LCtx);

Completed in 162 milliseconds