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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1345   QualType getVariableArrayDecayedType(QualType Ty) const;

References

tools/clang/include/clang/Sema/Initialization.h
  264       Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
  278     Entity.Type = Context.getVariableArrayDecayedType(Type);
tools/clang/lib/AST/ASTContext.cpp
 3281     result = getPointerType(getVariableArrayDecayedType(
 3288                  getVariableArrayDecayedType(lv->getPointeeType()),
 3296                  getVariableArrayDecayedType(lv->getPointeeType()));
 3302     result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
 3309                  getVariableArrayDecayedType(cat->getElementType()),
 3320                  getVariableArrayDecayedType(dat->getElementType()),
 3332                  getVariableArrayDecayedType(iat->getElementType()),
 3344                  getVariableArrayDecayedType(vat->getElementType()),
 5155   T = getVariableArrayDecayedType(T);
 5608   T = getVariableArrayDecayedType(T);
 5620   T = getVariableArrayDecayedType(T);