Searched refs:func_ti (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 1126 llvm::StringRef func_name, TypeIndex func_ti, in CreateFunctionDecl() argument 1145 CVType cvt = m_index.tpi().getType(func_ti); in CreateFunctionDecl() 1167 CreateMethodDecl process(m_index, m_clang, func_ti, function_decl, in CreateFunctionDecl() 1234 TypeIndex func_ti; in CreateFunctionDeclFromId() local 1242 func_ti = mfr.getFunctionType(); in CreateFunctionDeclFromId() 1251 func_ti = fir.getFunctionType(); in CreateFunctionDeclFromId() 1267 clang::QualType func_qt = GetOrCreateType(func_ti); in CreateFunctionDeclFromId() 1273 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
|
| H A D | PdbAstBuilder.h | 125 TypeIndex func_ti, CompilerType func_ct,
|