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

References

tools/clang/lib/AST/ExprConstant.cpp
 2946       Info.Ctx.getAsConstantArrayType(S->getType());
 2951   APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(),
 2953   if (Index < S->getLength())
 2954     Value = S->getCodeUnit(Index);