reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 2012   if (!IsGlobalLValue(Base)) {
 2014       const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>();
 2018       NoteLValueLocation(Info, Base);
 2029   if (Base.is<DynamicAllocLValue>()) {
 2032     NoteLValueLocation(Info, Base);
 2036   if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) {
 2065                  Base.dyn_cast<const Expr *>())) {
 2067       QualType TempType = getType(Base);
 2090   if (!Base) {
 2098     const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>();
 2101     NoteLValueLocation(Info, Base);