Lines Matching refs:VarDecl

66   virtual const VarDecl *getThreadIDVariable() const = 0;
95 CGOpenMPOutlinedRegionInfo(const CapturedStmt &CS, const VarDecl *ThreadIDVar,
105 const VarDecl *getThreadIDVariable() const override { return ThreadIDVar; }
119 const VarDecl *ThreadIDVar;
126 const VarDecl *ThreadIDVar,
135 const VarDecl *getThreadIDVariable() const override { return ThreadIDVar; }
152 const VarDecl *ThreadIDVar;
179 const FieldDecl *lookup(const VarDecl *VD) const override {
193 const VarDecl *getThreadIDVariable() const override {
234 const VarDecl *getThreadIDVariable() const override { return nullptr; }
352 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
372 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar,
1079 CGOpenMPRuntime::getOrCreateThreadPrivateCache(const VarDecl *VD) {
1088 const VarDecl *VD,
1125 const VarDecl *VD, Address VDAddr, SourceLocation Loc,
1527 unsigned Index, const VarDecl *Var) {
1574 auto DestVar = cast<VarDecl>(cast<DeclRefExpr>(DestExprs[I])->getDecl());
1577 auto SrcVar = cast<VarDecl>(cast<DeclRefExpr>(SrcExprs[I])->getDecl());
2473 PrivateHelpersTy(const VarDecl *Original, const VarDecl *PrivateCopy,
2474 const VarDecl *PrivateElemInit)
2477 const VarDecl *Original;
2478 const VarDecl *PrivateCopy;
2479 const VarDecl *PrivateElemInit;
2693 llvm::DenseMap<const VarDecl *, unsigned> PrivateVarsPos;
2701 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(E)->getDecl());
2711 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(E)->getDecl());
2772 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(E)->getDecl());
2775 PrivateHelpersTy(VD, cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()),
2782 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(E)->getDecl());
2786 VD, cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()),
2787 cast<VarDecl>(cast<DeclRefExpr>(*IElemInitRef)->getDecl()))));
3137 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar,
3138 const VarDecl *RHSVar,
3249 auto RHSVar = cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl());
3253 auto LHSVar = cast<VarDecl>(cast<DeclRefExpr>(LHSExprs[I])->getDecl());
3279 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
3280 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
3347 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
3348 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
3466 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
3467 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
3536 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
3562 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
3577 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
3578 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
4214 QualType RDTy = cast<VarDecl>(GD.getDecl())->getType();