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

References

tools/clang/include/clang/Sema/Initialization.h
  263     Entity.Type =
  278     Entity.Type = Context.getVariableArrayDecayedType(Type);
  414   QualType getType() const { return Type; }
tools/clang/lib/Sema/SemaInit.cpp
 3227     Type = AT->getElementType();
 3230     Type = VT->getElementType();
 3235     Type = CT->getElementType();
 3251   Result.Type = Base->getType();