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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 2638   if (E->EvaluateAsInt(EVResult, CGF.getContext())) {
 2644   unsigned n = E->getNumComponents();
 2645   llvm::Type* ResultType = ConvertType(E->getType());
 2647   QualType CurrentType = E->getTypeSourceInfo()->getType();
 2649     OffsetOfNode ON = E->getComponent(i);
 2654       Expr *IdxExpr = E->getIndexExpr(ON.getArrayExprIndex());
 2703         CGF.ErrorUnsupported(E, "virtual base in offsetof");