Home
last modified time | relevance | path

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

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