Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1820 CompilerType function_clang_type; in AddOneFunction() local
1896 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
1898 if (!function_clang_type) { in AddOneFunction()
1905 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()
1946 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1053 const CompilerType &function_clang_type);
H A DTypeSystemClang.cpp2117 const CompilerType &function_clang_type) { in GetDeclarationName() argument
2127 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()
2175 llvm::StringRef name, const CompilerType &function_clang_type, in CreateFunctionDeclaration() argument
2186 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()
2190 func_decl->setType(ClangUtil::GetQualType(function_clang_type)); in CreateFunctionDeclaration()