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

References

tools/clang/lib/AST/ExprConstant.cpp
 1965   assert(Base && "no location for a null lvalue");
 1966   const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>();
 1969   else if (const Expr *E = Base.dyn_cast<const Expr*>())
 1971   else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) {