Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCachedConstAccessorsLattice.h180 auto &ObjMap = ConstMethodReturnValues[&RecordLoc]; in getOrCreateConstMethodReturnValue() local
184 auto it = ObjMap.find(DirectCallee); in getOrCreateConstMethodReturnValue()
185 if (it != ObjMap.end()) in getOrCreateConstMethodReturnValue()
190 ObjMap.insert({DirectCallee, Val}); in getOrCreateConstMethodReturnValue()
203 auto &ObjMap = ConstMethodReturnStorageLocations[&RecordLoc]; in getOrCreateConstMethodReturnStorageLocation() local
204 auto it = ObjMap.find(Callee); in getOrCreateConstMethodReturnStorageLocation()
205 if (it != ObjMap.end()) in getOrCreateConstMethodReturnStorageLocation()
211 ObjMap.insert({Callee, &Loc}); in getOrCreateConstMethodReturnStorageLocation()