| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 755 m_ast->CreateFunctionType(int_type, nullptr, 0U, false, 0U); in TEST_F() 784 m_ast->CreateFunctionType(int_type, nullptr, 0U, false, 0U); in TEST_F() 820 m_ast->CreateFunctionType(return_type, ¶m_type, /*num_params*/ 1, in TEST_F() 864 m_ast->CreateFunctionType(return_type, ¶m_type, /*num_params*/ 1, in TEST_F() 875 m_ast->CreateFunctionType(return_type, ¶m_type, /*num_params*/ 1, in TEST_F() 902 m_ast->CreateFunctionType(m_ast->GetBasicType(lldb::eBasicTypeInt), in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 105 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
|
| H A D | SymbolFileNativePDB.h | 210 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
|
| H A D | PdbAstBuilder.cpp | 1071 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType() 1078 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType() 1436 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder 1470 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
|
| H A D | SymbolFileNativePDB.cpp | 622 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB 695 return CreateFunctionType(type_id, mfr, ct); in CreateType()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 855 static DISubroutineType *CreateFunctionType(unsigned NumArgs) { in CreateFunctionType() function 1256 CreateFunctionType(TheFunction->arg_size()), ScopeLine, in codegen()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 401 CompilerType CreateFunctionType(const CompilerType &result_type,
|
| H A D | TypeSystemClang.cpp | 2172 TypeSystemClang::CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function in TypeSystemClang
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 264 CreateFunctionType(TheFunction->arg_size()),
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 653 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 2000 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 977 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine()
|