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

References

tools/clang/lib/CodeGen/CGDecl.cpp
 1338     Type1D = VlaSize.Type;
 1368     DI->registerVLASizeExpression(VlaSize.Type, MD);
 1541     llvm::Type *llvmTy = ConvertTypeForMem(VlaSize.Type);
 1691   CharUnits EltSize = getContext().getTypeSizeInChars(VlaSize.Type);
 1707     CharUnits ConstantAlign = getContext().getTypeAlignInChars(VlaSize.Type);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2748       CharUnits eltSize = CGF.getContext().getTypeSizeInChars(VlaSize.Type);
 3548     elementType = VlaSize.Type;
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  273       Ty = VlaSize.Type;
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1646       CharUnits eltSize = getContext().getTypeSizeInChars(VlaSize.Type);