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

References

tools/clang/lib/AST/ExprConstant.cpp
 2937     Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str);
 2938     assert(Index <= Str.size() && "Index too large");
 2939     return APSInt::getUnsigned(Str.c_str()[Index]);