Searched refs:for_expression (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 76 bool for_expression) { in ReadStructElement() argument 85 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size); in ReadStructElement() 91 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() argument 92 return BuildAggregate(ast_ctx, type, for_expression, _C_STRUCT_B, _C_STRUCT_E, in BuildStruct() 97 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() argument 98 return BuildAggregate(ast_ctx, type, for_expression, _C_UNION_B, _C_UNION_E, in BuildUnion() 103 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() argument 124 auto element = ReadStructElement(ast_ctx, type, for_expression); in BuildAggregate() 161 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() argument 165 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray() [all …]
|
| H A D | AppleObjCTypeEncodingParser.h | 26 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 D | AppleObjCDeclVendor.cpp | 318 const bool for_expression = true; in BuildMethod() local 350 clang_ast_ctxt, m_type_vector[0].c_str(), for_expression)); in BuildMethod() 364 const bool for_expression = true; in BuildMethod() local 367 clang_ast_ctxt, m_type_vector[ai].c_str(), for_expression)); in BuildMethod() 479 const bool for_expression = false; in FinishDecl() local 486 *m_ast_ctx, type, for_expression); in FinishDecl()
|
| H A D | AppleObjCClassDescriptorV2.cpp | 713 const bool for_expression = false; in fill() local 718 encoding_to_type_sp->RealizeType(type, for_expression); in fill()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 165 bool for_expression) = 0; 166 virtual CompilerType RealizeType(const char *name, bool for_expression);
|
| H A D | ObjCLanguageRuntime.cpp | 341 bool for_expression) { in RealizeType() argument 343 return RealizeType(*m_scratch_ast_ctx_sp, name, for_expression); in RealizeType()
|