Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h230 explicit ReferenceValue(StorageLocation &ReferentLoc) in ReferenceValue() argument
231 : Value(Kind::Reference), ReferentLoc(ReferentLoc) {} in ReferenceValue()
237 StorageLocation &getReferentLoc() const { return ReferentLoc; } in getReferentLoc()
240 StorageLocation &ReferentLoc;