Searched refs:getVarDecl (Results 1 – 12 of 12) sorted by relevance
298 const VarDecl *getVarDecl() const { in getVarDecl() function330 const VarDecl *getVarDecl() const { in getVarDecl() function349 const VarDecl *getVarDecl() const { in getVarDecl() function397 const VarDecl *getVarDecl() const { in getVarDecl() function403 const CleanupAttr *A = getVarDecl()->getAttr<CleanupAttr>(); in getFunctionDecl()423 const VarDecl *getVarDecl() const { in getVarDecl() function
217 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
410 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
478 const VarDecl *DestructedVD = DtorOpt.getVarDecl(); in handleDestructor()
533 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
2666 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()2674 SxBuilder.createVariable(CF.getVarDecl()), in runAnalysis()2675 CF.getVarDecl()->getLocation()); in runAnalysis()
5412 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()5942 const VarDecl *VD = DE.getVarDecl(); in print_elem()5961 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()5972 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()5979 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
1358 const VarDecl *Var = DTor.getVarDecl(); in run()
742 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
669 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()1112 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
3467 VarDecl *getVarDecl() const { in getVarDecl() function
1342 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()