Searched refs:ThisExpr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp520 ExprResult ThisExpr = ActOnCXXThis(Loc); local
521 if (ThisExpr.isInvalid())
523 ThisExpr = CreateBuiltinUnaryOp(Loc, UO_Deref, ThisExpr.get());
524 if (ThisExpr.isInvalid())
526 CtorArgExprs.push_back(ThisExpr.get());
1247 ExprResult ThisExpr = S.ActOnCXXThis(Loc); local
1248 if (ThisExpr.isInvalid())
1250 ThisExpr = S.CreateBuiltinUnaryOp(Loc, UO_Deref, ThisExpr
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp1000 if (auto *ThisExpr = N.ASTNode.get<CXXThisExpr>()) {
1001 if (ThisExpr->isImplicit())

Completed in 114 milliseconds