Searched refs:CreateFunctionType (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 155 CompilerType coro_func_type = ast_ctx->CreateFunctionType( in Update()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.h | 107 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
|
H A D | PdbAstBuilder.cpp | 795 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 D | SymbolFileNativePDB.h | 213 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
|
H A D | SymbolFileNativePDB.cpp | 697 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 D | SymbolFileCTF.cpp | 493 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 D | TypeSystemClang.h | 482 CreateFunctionType(const CompilerType &result_type, const CompilerType *args,
|
H A D | TypeSystemClang.cpp | 2164 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 657 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1984 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 1249 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(), in ParseSubroutine()
|