Searched refs:getVarDecl (Results 1 – 17 of 17) sorted by relevance
296 const VarDecl *getVarDecl() const { in getVarDecl() function328 const VarDecl *getVarDecl() const { in getVarDecl() function347 const VarDecl *getVarDecl() const { in getVarDecl() function395 const VarDecl *getVarDecl() const { in getVarDecl() function
258 std::string getVarDecl(StringRef name) const;
200 printChildren(stmt->getVarDecl()); in printImpl()
83 void visitImpl(const LetStmt *stmt) { visit(stmt->getVarDecl()); } in visitImpl()
215 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
495 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl()); in runOnBlock()
5238 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()5753 const VarDecl *VD = DE.getVarDecl(); in print_elem()5767 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()5777 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()5784 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()
1362 const VarDecl *Var = DTor.getVarDecl(); in run()
2415 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in runAnalysis()
221 void CodeGen::genImpl(const ast::LetStmt *stmt) { genVar(stmt->getVarDecl()); } in genImpl()
273 std::string SymbolInfoMap::SymbolInfo::getVarDecl(StringRef name) const { in getVarDecl() function in SymbolInfoMap::SymbolInfo
215 VariableDecl *getVarDecl() const { return varDecl; } in getVarDecl() function
992 os << info.getVarDecl(symbol); in emit()
811 VarDecl *baseVariable = indirectField->getVarDecl(); in BuildAnonymousStructUnionMemberReference()
3162 VarDecl *getVarDecl() const { in getVarDecl() function
1123 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor()
700 const VarDecl *VD = IFD->getVarDecl(); in getLVForNamespaceScopeDecl()