Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp712 auto It = LVarIdxMap.find(VD); in lookupVarDecl()
713 if (It != LVarIdxMap.end()) { in lookupVarDecl()
733 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()
742 auto It = LVarIdxMap.find(VD); in updateVarDecl()
743 if (It == LVarIdxMap.end()) { in updateVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h520 LVarIndexMap LVarIdxMap; variable