Searched refs:CreateFunctionType (Results 1 – 6 of 6) sorted by relevance
/external/lldb/include/lldb/Symbol/ |
D | ClangASTContext.h | 347 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/ |
D | toy.cpp | 839 static MDSubroutineType *CreateFunctionType(unsigned NumArgs, DIFile Unit) { in CreateFunctionType() function 1234 CreateFunctionType(Args.size(), Unit), false /* internal linkage */, in Codegen()
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 263 CreateFunctionType(Args.size(), Unit), false /* internal linkage */,
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType()
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 1955 ClangASTContext::CreateFunctionType (ASTContext *ast, in CreateFunctionType() function in ClangASTContext
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 6515 clang_type = ast.CreateFunctionType (return_clang_type, in ParseType()
|