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 | 165 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() function in PdbAstBuilder 1220 m_clang.CreateFunctionType(return_ct, arg_types, is_variadic, 0, *cc); in CreateFunctionType()
|
| H A D | SymbolFileNativePDB.h | 213 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
|
| H A D | SymbolFileNativePDB.cpp | 694 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 D | SymbolFileCTF.cpp | 491 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 D | TypeSystemClang.h | 483 CreateFunctionType(const CompilerType &result_type,
|
| H A D | TypeSystemClang.cpp | 2183 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 656 CompilerType func_sig_ast_type = m_ast.CreateFunctionType( in CreateLLDBTypeFromPDBType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1983 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1326 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine()
|