Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp107 CompilerType function_clang_type; in CompileFunction() local
109 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
110 if (function_clang_type) { in CompileFunction()
111 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
130 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
H A DClangExpressionDeclMap.cpp1731 CompilerType function_clang_type; in AddOneFunction() local
1807 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
1809 if (!function_clang_type) { in AddOneFunction()
1816 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()
1857 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1041 const CompilerType &function_clang_type);
H A DTypeSystemClang.cpp2078 const CompilerType &function_clang_type) { in GetDeclarationName() argument
2088 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()
2135 llvm::StringRef name, const CompilerType &function_clang_type, in CreateFunctionDeclaration() argument
2146 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()
2150 func_decl->setType(ClangUtil::GetQualType(function_clang_type)); in CreateFunctionDeclaration()