Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1749 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl() function
1761 const ValueDecl *Decl = GetLValueBaseDecl(Value); in IsWeakLValue()
1766 const ValueDecl *Decl = GetLValueBaseDecl(Value); in isZeroSized()
1784 const Decl *ADecl = GetLValueBaseDecl(A); in HasSameBase()
1787 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase()