Searched refs:func_ct (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 39 llvm::StringRef proc_name, CompilerType func_ct) in CreateMethodDecl() 42 proc_name(proc_name), func_ct(func_ct) {} in CreateMethodDecl() 49 CompilerType func_ct; member 89 /*mangled_name=*/nullptr, func_ct, /*access=*/access_type, in AddMethod() 1140 if (iter->getSecond().contains({func_name, func_ct})) { in CreateFunctionDecl() 1168 parent_opaque_ty, func_name, func_ct); in CreateFunctionDecl() 1176 /*mangled_name=*/nullptr, func_ct, in CreateFunctionDecl() 1182 m_cxx_record_map[parent_opaque_ty].insert({func_name, func_ct}); in CreateFunctionDecl() 1270 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId() local 1306 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl() local [all …]
|
| H A D | PdbAstBuilder.h | 125 TypeIndex func_ti, CompilerType func_ct,
|