Searched refs:getLValueFieldOrIvar (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h146 return getLValueFieldOrIvar(D, Base);
298 SVal getLValueFieldOrIvar(const Decl *decl, SVal base);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp438 SVal StoreManager::getLValueFieldOrIvar(const Decl *D, SVal Base) { function in class:StoreManager
480 return getLValueFieldOrIvar(decl, base);
488 // value. See also the similar FIXME in getLValueFieldOrIvar().

Completed in 136 milliseconds