Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DClangASTContext.h347 CreateFunctionType (clang::ASTContext *ast,
355 CreateFunctionType (const ClangASTType &result_type, in CreateFunctionType() function
361 return ClangASTContext::CreateFunctionType(getASTContext(), in CreateFunctionType()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp839 static MDSubroutineType *CreateFunctionType(unsigned NumArgs, DIFile Unit) { in CreateFunctionType() function
1234 CreateFunctionType(Args.size(), Unit), false /* internal linkage */, in Codegen()
/external/llvm/docs/tutorial/
DLangImpl8.rst263 CreateFunctionType(Args.size(), Unit), false /* internal linkage */,
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType()
/external/lldb/source/Symbol/
DClangASTContext.cpp1955 ClangASTContext::CreateFunctionType (ASTContext *ast, in CreateFunctionType() function in ClangASTContext
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp6515 clang_type = ast.CreateFunctionType (return_clang_type, in ParseType()