Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp646 auto It = LVarIdxMap.find(VD); in lookupVarDecl()
647 if (It != LVarIdxMap.end()) { in lookupVarDecl()
667 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()
676 auto It = LVarIdxMap.find(VD); in updateVarDecl()
677 if (It == LVarIdxMap.end()) { in updateVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h499 LVarIndexMap LVarIdxMap; variable