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