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.cpp695 auto It = LVarIdxMap.find(VD); in lookupVarDecl()
696 if (It != LVarIdxMap.end()) { in lookupVarDecl()
716 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()
725 auto It = LVarIdxMap.find(VD); in updateVarDecl()
726 if (It == LVarIdxMap.end()) { in updateVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h514 LVarIndexMap LVarIdxMap; variable