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

Declarations

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
   38   clang::QualType BuildType(clang::ASTContext &ast_ctx, StringLexer &type,

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
   75   retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size);
  159   clang::QualType element_type(BuildType(ast_ctx, type, for_expression));
  334     clang::QualType target_type = BuildType(ast_ctx, type, for_expression);
  351       clang::QualType target_type = BuildType(ast_ctx, type, for_expression);
  369     clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression);