Home
last modified time | relevance | path

Searched refs:LVarIdxMap (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp645 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()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h481 LVarIndexMap LVarIdxMap; // Indices of clang local vars. variable