Home
last modified time | relevance | path

Searched refs:CreateFunctionType (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DCoroutines.cpp153 CompilerType coro_func_type = ast_ctx->CreateFunctionType( in Update()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.h107 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
DPdbAstBuilder.cpp793 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType()
800 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType()
1180 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder
1217 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
DSymbolFileNativePDB.h219 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
DSymbolFileNativePDB.cpp694 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB
765 return CreateFunctionType(type_id, mfr, ct); in CreateType()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp855 static DISubroutineType *CreateFunctionType(unsigned NumArgs) { in CreateFunctionType() function
1256 CreateFunctionType(TheFunction->arg_size()), ScopeLine, in codegen()
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl09.rst264 CreateFunctionType(TheFunction->arg_size()),
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h414 CreateFunctionType(const CompilerType &result_type, const CompilerType *args,
DTypeSystemClang.cpp2205 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp659 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp2001 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp974 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(), in ParseSubroutine()