Searched refs:BuildType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 85 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size); in ReadStructElement() 165 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray() 267 AppleObjCTypeEncodingParser::BuildType(TypeSystemClang &clang_ast_ctx, in BuildType() function in AppleObjCTypeEncodingParser 341 BuildType(clang_ast_ctx, type, for_expression); in BuildType() 359 BuildType(clang_ast_ctx, type, for_expression); in BuildType() 378 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType()
|
| H A D | AppleObjCTypeEncodingParser.h | 38 clang::QualType BuildType(TypeSystemClang &clang_ast_ctx, StringLexer &type,
|