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

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  263   if (!type.HasAtLeast(1))
  266   switch (type.Peek()) {
  270     return BuildStruct(ast_ctx, type, for_expression);
  272     return BuildArray(ast_ctx, type, for_expression);
  274     return BuildUnion(ast_ctx, type, for_expression);
  276     return BuildObjCObjectPointerType(ast_ctx, type, for_expression);
  279   switch (type.Next()) {
  281     type.PutBack(1);
  326     uint32_t size = ReadNumber(type);
  334     clang::QualType target_type = BuildType(ast_ctx, type, for_expression);
  343     if (!for_expression && type.NextIf('?')) {
  351       clang::QualType target_type = BuildType(ast_ctx, type, for_expression);