Searched defs:for_expression (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 71 bool for_expression) { in ReadStructElement() 84 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() 90 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() 96 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() 154 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() 173 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType() 258 StringLexer &type, bool for_expression, in BuildType() 365 bool for_expression) { in RealizeType()
|
H A D | AppleObjCDeclVendor.cpp | 317 const bool for_expression = true; in BuildMethod() local 363 const bool for_expression = true; in BuildMethod() local 478 const bool for_expression = false; in FinishDecl() local
|
H A D | AppleObjCClassDescriptorV2.cpp | 714 const bool for_expression = false; in fill() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 341 bool for_expression) { in RealizeType()
|