Home
last modified time | relevance | path

Searched refs:for_expression (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp69 bool for_expression) { in ReadStructElement() argument
76 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size); in ReadStructElement()
82 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() argument
83 return BuildAggregate(ast_ctx, type, for_expression, _C_STRUCT_B, _C_STRUCT_E, in BuildStruct()
88 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() argument
89 return BuildAggregate(ast_ctx, type, for_expression, _C_UNION_B, _C_UNION_E, in BuildUnion()
94 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() argument
115 auto element = ReadStructElement(ast_ctx, type, for_expression); in BuildAggregate()
152 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() argument
156 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray()
[all …]
H A DAppleObjCTypeEncodingParser.h26 bool for_expression) override;
39 bool for_expression,
43 bool for_expression);
46 StringLexer &type, bool for_expression,
50 bool for_expression);
53 bool for_expression);
58 bool for_expression);
62 bool for_expression);
H A DAppleObjCDeclVendor.cpp317 const bool for_expression = true; in BuildMethod() local
349 clang_ast_ctxt, m_type_vector[0].c_str(), for_expression)); in BuildMethod()
363 const bool for_expression = true; in BuildMethod() local
366 clang_ast_ctxt, m_type_vector[ai].c_str(), for_expression)); in BuildMethod()
478 const bool for_expression = false; in FinishDecl() local
485 *m_ast_ctx, type, for_expression); in FinishDecl()
H A DAppleObjCClassDescriptorV2.cpp561 const bool for_expression = false; in fill() local
566 encoding_to_type_sp->RealizeType(type, for_expression); in fill()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h158 bool for_expression) = 0;
159 virtual CompilerType RealizeType(const char *name, bool for_expression);
H A DObjCLanguageRuntime.cpp333 bool for_expression) { in RealizeType() argument
335 return RealizeType(*m_scratch_ast_ctx_sp, name, for_expression); in RealizeType()