Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp650 auto It = LVarIdxMap.find(VD); in lookupVarDecl()
651 if (It != LVarIdxMap.end()) { in lookupVarDecl()
671 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()
680 auto It = LVarIdxMap.find(VD); in updateVarDecl()
681 if (It == LVarIdxMap.end()) { in updateVarDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h498 LVarIndexMap LVarIdxMap; variable