HomeSort by: relevance | last modified time | path
    Searched refs:ThisExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 561 ExprResult ThisExpr = ActOnCXXThis(Loc);
562 if (ThisExpr.isInvalid())
564 ThisExpr = CreateBuiltinUnaryOp(Loc, UO_Deref, ThisExpr.get());
565 if (ThisExpr.isInvalid())
567 CtorArgExprs.push_back(ThisExpr.get());
1289 ExprResult ThisExpr = S.ActOnCXXThis(Loc);
1290 if (ThisExpr.isInvalid())
1292 ThisExpr = S.CreateBuiltinUnaryOp(Loc, UO_Deref, ThisExpr.get())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 1000 if (auto *ThisExpr = N.ASTNode.get<CXXThisExpr>()) {
1001 if (ThisExpr->isImplicit())

Completed in 49 milliseconds