Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp675 auto It = LVarIdxMap.find(VD); in lookupVarDecl()
676 if (It != LVarIdxMap.end()) { in lookupVarDecl()
696 LVarIdxMap.insert(std::make_pair(VD, CurrentLVarMap.size())); in addVarDecl()
705 auto It = LVarIdxMap.find(VD); in updateVarDecl()
706 if (It == LVarIdxMap.end()) { in updateVarDecl()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h507 LVarIndexMap LVarIdxMap; variable