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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1187 bool CodeGenFunction::IsWrappedCXXThis(const Expr *Obj) { function in class:CodeGenFunction
1219 bool IsBaseCXXThis = IsWrappedCXXThis(ME->getBase());
3933 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr);
3952 if ((IsWrappedCXXThis(BaseExpr) &&
H A DCGExprCXX.cpp341 bool IsImplicitObjectCXXThis = IsWrappedCXXThis(IOA);
H A DCodeGenFunction.h2397 static bool IsWrappedCXXThis(const Expr *E);
H A DCGOpenMPRuntime.cpp11438 if (!CGF.IsWrappedCXXThis(E->getBase()))

Completed in 319 milliseconds