Searched refs:BuildType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 74 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size); in ReadStructElement() 154 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray() 252 AppleObjCTypeEncodingParser::BuildType(TypeSystemClang &clang_ast_ctx, in BuildType() function in AppleObjCTypeEncodingParser 326 BuildType(clang_ast_ctx, type, for_expression); in BuildType() 344 BuildType(clang_ast_ctx, type, for_expression); in BuildType() 363 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType()
|
| H A D | AppleObjCTypeEncodingParser.h | 38 clang::QualType BuildType(TypeSystemClang &clang_ast_ctx, StringLexer &type,
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 370 BuildType="Release" 374 BuildType="Release" 378 BuildType="Debug" 398 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \ 407 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
|