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

References

tools/clang/lib/Sema/SemaInit.cpp
 2788   if (!AT) {
 2821   if (isa<ConstantArrayType>(AT)) {
 2822     llvm::APSInt MaxElements(cast<ConstantArrayType>(AT)->getSize(), false);
 2862     QualType CharTy = AT->getElementType();
 2873       if (cast<ConstantArrayType>(AT)->getSize().ult(StrLen))
 2874         StrLen = cast<ConstantArrayType>(AT)->getSize().getZExtValue();
 2895       if (cast<ConstantArrayType>(AT)->getSize().ult(StrLen))
 2896         StrLen = cast<ConstantArrayType>(AT)->getSize().getZExtValue();
 2932     QualType ElementType = AT->getElementType();