Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h145 virtual SVal getLValueField(const FieldDecl *D, SVal Base) { in getLValueField() function
H A DProgramState.h784 return getStateManager().StoreMgr->getLValueField(D, Base); in getLValue()
791 Base = SM.getLValueField(cast<FieldDecl>(I), Base); in getLValue()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp406 Reg = StoreMgr.getLValueField(Adj.Field, Reg); in createTemporaryRegionIfNeeded()