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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h103 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
H A DSymbolFileNativePDB.h191 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A DPdbAstBuilder.cpp934 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv);
941 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv);
1125 clang::QualType PdbAstBuilder::CreateFunctionType( function in class:PdbAstBuilder
1155 CompilerType func_sig_ast_type = m_clang.CreateFunctionType(
H A DSymbolFileNativePDB.cpp606 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, function in class:SymbolFileNativePDB
679 return CreateFunctionType(type_id, mfr, ct);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h340 CompilerType CreateFunctionType(const CompilerType &result_type,
345 CompilerType CreateFunctionType(const CompilerType &result_type, function in class:lldb_private::ClangASTContext
348 return CreateFunctionType(result_type, args, num_args, is_variadic,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp635 m_ast.CreateFunctionType(return_ast_type, arg_list.data(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1963 CompilerType method_type = m_clang_ast_context->CreateFunctionType(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp903 CompilerType clang_type = m_ast.CreateFunctionType(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1896 ClangASTContext::CreateFunctionType(const CompilerType &result_type, function in class:ClangASTContext

Completed in 158 milliseconds