Home
last modified time | relevance | path

Searched refs:func_ti (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp851 llvm::StringRef func_name, TypeIndex func_ti, in CreateFunctionDecl() argument
873 CVType cvt = index.tpi().getType(func_ti); in CreateFunctionDecl()
895 CreateMethodDecl process(index, m_clang, func_ti, function_decl, in CreateFunctionDecl()
968 TypeIndex func_ti; in CreateFunctionDeclFromId() local
976 func_ti = mfr.getFunctionType(); in CreateFunctionDeclFromId()
985 func_ti = fir.getFunctionType(); in CreateFunctionDeclFromId()
1001 clang::QualType func_qt = GetOrCreateType(func_ti); in CreateFunctionDeclFromId()
1007 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
H A DPdbAstBuilder.h124 TypeIndex func_ti, CompilerType func_ct,