Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp108 CompilerType function_clang_type; in CompileFunction() local
110 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
111 if (function_clang_type) { in CompileFunction()
112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
131 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
H A DClangExpressionDeclMap.cpp1803 CompilerType function_clang_type; in AddOneFunction() local
1879 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
1881 if (!function_clang_type) { in AddOneFunction()
1888 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()
1929 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1135 const CompilerType &function_clang_type);
H A DTypeSystemClang.cpp2076 const CompilerType &function_clang_type) { in GetDeclarationName() argument
2086 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()
2134 llvm::StringRef name, const CompilerType &function_clang_type, in CreateFunctionDeclaration() argument
2145 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()
2149 func_decl->setType(ClangUtil::GetQualType(function_clang_type)); in CreateFunctionDeclaration()