Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp155 CompilerType coro_func_type = ast_ctx->CreateFunctionType( in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h107 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
H A DPdbAstBuilder.cpp795 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType()
802 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType()
1182 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType()
1219 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
1181 clang::QualType PdbAstBuilder::CreateFunctionType( CreateFunctionType() function in PdbAstBuilder
H A DSymbolFileNativePDB.h213 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A DSymbolFileNativePDB.cpp697 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB
768 return CreateFunctionType(type_id, mfr, ct); in CreateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp493 CompilerType func_type = m_ast->CreateFunctionType( in CreateFunction()
816 CompilerType func_type = m_ast->CreateFunctionType( in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h482 CreateFunctionType(const CompilerType &result_type, const CompilerType *args,
H A DTypeSystemClang.cpp2164 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp657 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1984 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1249 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(), in ParseSubroutine()