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.cpp165 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() function in PdbAstBuilder
1220 m_clang.CreateFunctionType(return_ct, arg_types, is_variadic, 0, *cc); in CreateFunctionType()
H A DSymbolFileNativePDB.h213 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A DSymbolFileNativePDB.cpp694 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB
765 return CreateFunctionType(type_id, mfr, ct); in CreateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp491 CompilerType func_type = m_ast->CreateFunctionType( in CreateFunction()
815 CompilerType func_type = m_ast->CreateFunctionType( in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h483 CreateFunctionType(const CompilerType &result_type,
H A DTypeSystemClang.cpp2183 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp656 CompilerType func_sig_ast_type = m_ast.CreateFunctionType( in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1983 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1326 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine()