Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp480 auto *VarDeclLoc = Env.getStorageLocation(*D); in VisitMemberExpr() local
481 if (VarDeclLoc == nullptr) in VisitMemberExpr()
484 Env.setStorageLocation(*S, *VarDeclLoc); in VisitMemberExpr()