Home
last modified time | relevance | path

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

/external/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()
4142 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr); in EmitMemberExpr()
4161 if ((IsWrappedCXXThis(BaseExpr) && in EmitMemberExpr()
DCGExprCXX.cpp341 bool IsImplicitObjectCXXThis = IsWrappedCXXThis(IOA); in EmitCXXMemberOrOperatorMemberCallExpr()
DCodeGenFunction.h2644 static bool IsWrappedCXXThis(const Expr *E);
DCGOpenMPRuntime.cpp12179 if (!CodeGenFunction::IsWrappedCXXThis(E->getBase())) in VisitMemberExpr()