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/
H A DCoroutines.cpp153 CompilerType coro_func_type = ast_ctx->CreateFunctionType( in Update()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h107 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
H A 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()
H A DSymbolFileNativePDB.h219 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A 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/
H A 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/
H A DLangImpl09.rst264 CreateFunctionType(TheFunction->arg_size()),
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h414 CreateFunctionType(const CompilerType &result_type, const CompilerType *args,
H A DTypeSystemClang.cpp2205 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp659 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2001 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp974 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(), in ParseSubroutine()