Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1452 bool CodeGenFunction::IsWrappedCXXThis(const Expr *Obj) { in IsWrappedCXXThis() function in CodeGenFunction
1484 bool IsBaseCXXThis = IsWrappedCXXThis(ME->getBase()); in EmitCheckedLValue()
4604 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr); in EmitMemberExpr()
4623 if ((IsWrappedCXXThis(BaseExpr) && in EmitMemberExpr()
H A DCGExprCXX.cpp350 bool IsImplicitObjectCXXThis = IsWrappedCXXThis(IOA); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCodeGenFunction.h2810 static bool IsWrappedCXXThis(const Expr *E);
H A DCGOpenMPRuntime.cpp11676 if (!CodeGenFunction::IsWrappedCXXThis(E->getBase())) in VisitMemberExpr()