Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h382 static CompilerType CreateFunctionType(clang::ASTContext *ast, in CreateFunctionType() function
391 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function
398 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2174 CompilerType ClangASTContext::CreateFunctionType( in CreateFunctionType() function in ClangASTContext