Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp88 bool for_expression) { in BuildStruct() argument
89 return BuildAggregate(ast_ctx, type, for_expression, '{', '}', in BuildStruct()
96 bool for_expression) { in BuildUnion() argument
97 return BuildAggregate(ast_ctx, type, for_expression, '(', ')', in BuildUnion()
165 bool for_expression) { in BuildArray() argument
187 bool for_expression) { in BuildObjCObjectPointerType() argument
235 if (for_expression && !name.empty()) { in BuildObjCObjectPointerType()
285 return BuildStruct(ast_ctx, type, for_expression); in BuildType()
287 return BuildArray(ast_ctx, type, for_expression); in BuildType()
289 return BuildUnion(ast_ctx, type, for_expression); in BuildType()
[all …]
H A DAppleObjCTypeEncodingParser.h30 bool for_expression) override;
44 bool for_expression,
49 bool for_expression);
53 bool for_expression, char opener, char closer,
58 bool for_expression);
62 bool for_expression);
68 bool for_expression);
72 bool for_expression);
H A DAppleObjCDeclVendor.cpp335 const bool for_expression = true; in BuildMethod() local
368 for_expression)); in BuildMethod()
381 const bool for_expression = true; in BuildMethod() local
384 ast_ctx, m_type_vector[ai].c_str(), for_expression)); in BuildMethod()
498 const bool for_expression = false; in FinishDecl() local
506 m_ast_ctx, type, for_expression); in FinishDecl()
H A DAppleObjCClassDescriptorV2.cpp509 const bool for_expression = false; in fill() local
514 encoding_to_type_sp->RealizeType(type, for_expression); in fill()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp305 bool for_expression) { in RealizeType() argument
307 return RealizeType(*m_scratch_ast_ctx_ap, name, for_expression); in RealizeType()
312 ClangASTContext &ast_ctx, const char *name, bool for_expression) { in RealizeType() argument
316 return RealizeType(*clang_ast, name, for_expression); in RealizeType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h148 bool for_expression);
149 virtual CompilerType RealizeType(const char *name, bool for_expression);
152 const char *name, bool for_expression) = 0;