Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1226 bool CodeGenFunction::IsWrappedCXXThis(const Expr *Obj) { in IsWrappedCXXThis() function in CodeGenFunction
1258 bool IsBaseCXXThis = IsWrappedCXXThis(ME->getBase()); in EmitCheckedLValue()
4152 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr); in EmitMemberExpr()
4171 if ((IsWrappedCXXThis(BaseExpr) && in EmitMemberExpr()
DCGExprCXX.cpp342 bool IsImplicitObjectCXXThis = IsWrappedCXXThis(IOA); in EmitCXXMemberOrOperatorMemberCallExpr()
DCodeGenFunction.h2688 static bool IsWrappedCXXThis(const Expr *E);
DCGOpenMPRuntime.cpp12511 if (!CodeGenFunction::IsWrappedCXXThis(E->getBase())) in VisitMemberExpr()