Home
last modified time | relevance | path

Searched defs:CreateFunctionType (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Symbol/
DClangASTContext.h355 CreateFunctionType (const ClangASTType &result_type, in CreateFunctionType() function
/external/lldb/source/Symbol/
DClangASTContext.cpp1955 ClangASTContext::CreateFunctionType (ASTContext *ast, in CreateFunctionType() function in ClangASTContext
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp839 static MDSubroutineType *CreateFunctionType(unsigned NumArgs, DIFile Unit) { in CreateFunctionType() function