Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h375 static CompilerType CreateFunctionType(clang::ASTContext *ast,
382 static CompilerType CreateFunctionType(clang::ASTContext *ast, in CreateFunctionType() function
387 return ClangASTContext::CreateFunctionType( in CreateFunctionType()
391 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function
394 return ClangASTContext::CreateFunctionType( in CreateFunctionType()
398 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function
402 return ClangASTContext::CreateFunctionType(getASTContext(), result_type, in CreateFunctionType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp635 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1149 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateProcedureType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2148 CompilerType method_type = ClangASTContext::CreateFunctionType( in AddThisType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1320 clang_type = m_ast.CreateFunctionType( in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2174 CompilerType ClangASTContext::CreateFunctionType( in CreateFunctionType() function in ClangASTContext