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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp153 CompilerType coro_func_type = ast_ctx->CreateFunctionType(
/freebsd-current/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);
802 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv);
1182 clang::QualType PdbAstBuilder::CreateFunctionType( function in class:PdbAstBuilder
1219 CompilerType func_sig_ast_type = m_clang.CreateFunctionType(
H A DSymbolFileNativePDB.h213 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A DSymbolFileNativePDB.cpp697 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, function in class:SymbolFileNativePDB
768 return CreateFunctionType(type_id, mfr, ct);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp493 CompilerType func_type = m_ast->CreateFunctionType(
815 CompilerType func_type = m_ast->CreateFunctionType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h477 CreateFunctionType(const CompilerType &result_type, const CompilerType *args,
H A DTypeSystemClang.cpp2212 CompilerType TypeSystemClang::CreateFunctionType( function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1989 CompilerType method_type = m_clang_ast_context->CreateFunctionType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp657 m_ast.CreateFunctionType(return_ast_type, arg_list.data(),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1027 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(),

Completed in 287 milliseconds