HomeSort by: relevance | last modified time | path
    Searched defs:OVE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp 79 OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(S);
80 if (OVMode == OV_Transparent || !M[OVE->getSourceExpr()]) {
81 M[OVE->getSourceExpr()] = S;
82 BuildParentMap(M, OVE->getSourceExpr(), OV_Transparent);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 101 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(DoubleBase))
102 DoubleBase = OVE->getSourceExpr();
121 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase());
122 const Expr *E = OVE->getSourceExpr();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 610 if (const auto *OVE = dyn_cast<OpaqueValueExpr>(CE->getCallee()))
612 dyn_cast<DeclRefExpr>(OVE->getSourceExpr()->IgnoreImpCasts()))
627 const auto *OVE = cast<OpaqueValueExpr>(CE->getCallee());
641 CodeGenFunction::OpaqueValueMapping Map(CGF, OVE, Func);
660 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_LValue);
661 CodeGenFunction::OpaqueValueMapping OpaqueMap(CGF, &OVE, LV);
662 CGF.EmitAnyExprToMem(&OVE, Private, Ty.getQualifiers(),
667 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_RValue);
668 CodeGenFunction::OpaqueValueMapping OpaqueMap(CGF, &OVE, InitRVal);
669 CGF.EmitAnyExprToMem(&OVE, Private, Ty.getQualifiers()
    [all...]

Completed in 27 milliseconds