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

References

tools/clang/lib/Sema/SemaDecl.cpp
 5750         TryToFixInvalidVariablyModifiedType(Pointee, Context, SizeIsNegative,
 5753     FixedType = Context.getPointerType(FixedType);
 5754     return Qs.apply(Context, FixedType);
 5759         TryToFixInvalidVariablyModifiedType(Inner, Context, SizeIsNegative,
 5762     FixedType = Context.getParenType(FixedType);
 5763     return Qs.apply(Context, FixedType);
 5775       !VLATy->getSizeExpr()->EvaluateAsInt(Result, Context))
 5788     = ConstantArrayType::getNumAddressingBits(Context, VLATy->getElementType(),
 5790   if (ActiveSizeBits > ConstantArrayType::getMaxSizeBits(Context)) {
 5795   return Context.getConstantArrayType(