Searched refs:func_ti (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 853 llvm::StringRef func_name, TypeIndex func_ti, in CreateFunctionDecl() argument 875 CVType cvt = index.tpi().getType(func_ti); in CreateFunctionDecl() 897 CreateMethodDecl process(index, m_clang, func_ti, function_decl, in CreateFunctionDecl() 970 TypeIndex func_ti; in CreateFunctionDeclFromId() local 978 func_ti = mfr.getFunctionType(); in CreateFunctionDeclFromId() 987 func_ti = fir.getFunctionType(); in CreateFunctionDeclFromId() 1003 clang::QualType func_qt = GetOrCreateType(func_ti); in CreateFunctionDeclFromId() 1009 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
|
| H A D | PdbAstBuilder.h | 124 TypeIndex func_ti, CompilerType func_ct,
|