Searched refs:getImplicitObjectArgument (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp111 Ctx.SelfArg = CE->getImplicitObjectArgument();
406 auto *E = translate(ME->getImplicitObjectArgument(), Ctx);
412 ME->getImplicitObjectArgument());
H A DThreadSafety.cpp2041 checkPtAccess(CE->getImplicitObjectArgument(), AK_Read);
2043 checkPtAccess(CE->getImplicitObjectArgument(), AK_Read);
2046 checkAccess(CE->getImplicitObjectArgument(), AK_Read);
2048 checkAccess(CE->getImplicitObjectArgument(), AK_Read);
H A DConsumed.cpp808 handleCall(Call, Call->getImplicitObjectArgument(), MD);
825 handleCall(MCall, MCall->getImplicitObjectArgument(), FunDecl);
H A DLiveVariables.cpp282 if (Expr *ImplicitObj = CE->getImplicitObjectArgument()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp719 Expr *CXXMemberCallExpr::getImplicitObjectArgument() const { function in class:CXXMemberCallExpr
732 QualType Ty = getImplicitObjectArgument()->getType();
747 Expr* ThisArg = getImplicitObjectArgument();
H A DExpr.cpp1937 SubExpr = MCE->getImplicitObjectArgument();
3007 return MCE->getImplicitObjectArgument();
3047 Expr *ExprNode = C->getImplicitObjectArgument()->IgnoreParenImpCasts();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3129 const Expr *ExprNode = Node.getImplicitObjectArgument()
3552 const Expr *ExprNode = Node.getImplicitObjectArgument();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp829 return getOriginExpr()->getImplicitObjectArgument();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp924 ? cast<CXXMemberCallExpr>(CE)->getImplicitObjectArgument()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp209 if (!MCE || isa<CXXThisExpr>(MCE->getImplicitObjectArgument()) ||
H A DSemaInit.cpp6806 VisitPointerArg(MD, MCE->getImplicitObjectArgument(),
6870 ObjectArg = MCE->getImplicitObjectArgument();
H A DSemaChecking.cpp4515 cast<CXXMemberCallExpr>(TheCall)->getImplicitObjectArgument();
H A DSemaOpenMP.cpp14986 LHS = MCE->getImplicitObjectArgument()->IgnoreParenImpCasts();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp340 auto *IOA = CMCE->getImplicitObjectArgument();
H A DCGClass.cpp1166 MemberExpr *IOA = dyn_cast<MemberExpr>(MCE->getImplicitObjectArgument());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h192 Expr *getImplicitObjectArgument() const;

Completed in 482 milliseconds