Searched defs:CreateFunctionType (Results 1 – 2 of 2) sorted by relevance
382 static CompilerType CreateFunctionType(clang::ASTContext *ast, in CreateFunctionType() function391 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function398 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function
2174 CompilerType ClangASTContext::CreateFunctionType( in CreateFunctionType() function in ClangASTContext