Home
last modified time | relevance | path

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

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