Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h103 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
H A DPdbAstBuilder.cpp937 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType()
944 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType()
1128 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder
1158 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
H A DSymbolFileNativePDB.h190 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A DSymbolFileNativePDB.cpp586 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB
659 return CreateFunctionType(type_id, mfr, ct); in CreateType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h400 CompilerType CreateFunctionType(const CompilerType &result_type,
405 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function
408 return CreateFunctionType(result_type, args, num_args, is_variadic, in CreateFunctionType()
H A DTypeSystemClang.cpp2167 TypeSystemClang::CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp651 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1912 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp959 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine()