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

References

tools/clang/lib/AST/ExprConstant.cpp
   78     if (!B) return QualType();
   79     if (const ValueDecl *D = B.dyn_cast<const ValueDecl*>()) {
   96     if (B.is<TypeInfoLValue>())
   97       return B.getTypeInfoType();
   99     if (B.is<DynamicAllocLValue>())
  100       return B.getDynamicAllocType();
  102     const Expr *Base = B.get<const Expr*>();