Searched refs:getVarDecl (Results 1 – 11 of 11) sorted by relevance
297 const VarDecl *getVarDecl() const { in getVarDecl() function329 const VarDecl *getVarDecl() const { in getVarDecl() function348 const VarDecl *getVarDecl() const { in getVarDecl() function396 const VarDecl *getVarDecl() const { in getVarDecl() function402 const CleanupAttr *A = getVarDecl()->getAttr<CleanupAttr>(); in getFunctionDecl()422 const VarDecl *getVarDecl() const { in getVarDecl() function
216 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
437 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
2472 SxBuilder.createVariable(AD.getVarDecl()), in runAnalysis()2480 SxBuilder.createVariable(CF.getVarDecl()), in runAnalysis()2481 CF.getVarDecl()->getLocation()); in runAnalysis()
496 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
5306 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()5833 const VarDecl *VD = DE.getVarDecl(); in print_elem()5852 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()5862 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()5869 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
1362 const VarDecl *Var = DTor.getVarDecl(); in run()
844 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
662 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()1099 const VarDecl *VD = IFD->getVarDecl(); in isPlaceholderVar()
3335 VarDecl *getVarDecl() const { in getVarDecl() function
1341 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()