Searched refs:LVarIdxMap (Results 1 – 2 of 2) sorted by relevance
625 auto It = LVarIdxMap.find(VD); in lookupVarDecl()626 if (It != LVarIdxMap.end()) { in lookupVarDecl()646 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()655 auto It = LVarIdxMap.find(VD); in updateVarDecl()656 if (It == LVarIdxMap.end()) { in updateVarDecl()
483 LVarIndexMap LVarIdxMap; // Indices of clang local vars. variable