Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp1256 bool CodeGenFunction::IsWrappedCXXThis(const Expr *Obj) { in IsWrappedCXXThis() function in CodeGenFunction
1288 bool IsBaseCXXThis = IsWrappedCXXThis(ME->getBase()); in EmitCheckedLValue()
4243 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr); in EmitMemberExpr()
4262 if ((IsWrappedCXXThis(BaseExpr) && in EmitMemberExpr()
H A DCGExprCXX.cpp342 bool IsImplicitObjectCXXThis = IsWrappedCXXThis(IOA); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCodeGenFunction.h2743 static bool IsWrappedCXXThis(const Expr *E);
H A DCGOpenMPRuntime.cpp12525 if (!CodeGenFunction::IsWrappedCXXThis(E->getBase())) in VisitMemberExpr()