Searched defs:for_expression (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeEncodingParser.cpp | 67 bool for_expression) { in ReadStructElement() 80 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() 86 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() 92 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() 150 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() 168 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType() 253 StringLexer &type, bool for_expression, in BuildType() 360 bool for_expression) { in RealizeType()
|
D | AppleObjCDeclVendor.cpp | 319 const bool for_expression = true; in BuildMethod() local 365 const bool for_expression = true; in BuildMethod() local 480 const bool for_expression = false; in FinishDecl() local
|
D | AppleObjCClassDescriptorV2.cpp | 546 const bool for_expression = false; in fill() local
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.cpp | 302 bool for_expression) { in RealizeType()
|