Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp1564 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl() function
1576 const ValueDecl *Decl = GetLValueBaseDecl(Value); in IsWeakLValue()
1581 const ValueDecl *Decl = GetLValueBaseDecl(Value); in isZeroSized()
7113 const Decl *ADecl = GetLValueBaseDecl(A); in HasSameBase()
7116 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2022 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl() function
2034 const ValueDecl *Decl = GetLValueBaseDecl(Value); in IsWeakLValue()
2039 const ValueDecl *Decl = GetLValueBaseDecl(Value); in isZeroSized()