Home
last modified time | relevance | path

Searched refs:function_clang_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp110 CompilerType function_clang_type; in CompileFunction() local
112 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
113 if (function_clang_type) { in CompileFunction()
114 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
133 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
H A DClangExpressionDeclMap.cpp1950 CompilerType function_clang_type; in AddOneFunction() local
2032 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
2034 if (!function_clang_type) { in AddOneFunction()
2042 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()
2089 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h1009 GetDeclarationName(const char *name, const CompilerType &function_clang_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2118 const CompilerType &function_clang_type) { in GetDeclarationName() argument
2131 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()
2148 const CompilerType &function_clang_type, int storage, bool is_inline) { in CreateFunctionDeclaration() argument
2158 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()
2161 ClangUtil::GetQualType(function_clang_type), nullptr, in CreateFunctionDeclaration()