Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp41 llvm::StringRef proc_name, CompilerType func_ct) in CreateMethodDecl()
44 proc_name(proc_name), func_ct(func_ct) {} in CreateMethodDecl()
51 CompilerType func_ct; member
91 /*mangled_name=*/nullptr, func_ct, /*access=*/access_type, in AddMethod()
854 CompilerType func_ct, uint32_t param_count, in CreateFunctionDecl() argument
870 if (iter->getSecond().contains({func_name, func_ct})) { in CreateFunctionDecl()
898 parent_opaque_ty, func_name, func_ct); in CreateFunctionDecl()
906 /*mangled_name=*/nullptr, func_ct, in CreateFunctionDecl()
912 m_cxx_record_map[parent_opaque_ty].insert({func_name, func_ct}); in CreateFunctionDecl()
915 parent, OptionalClangModuleID(), func_name, func_ct, func_storage, in CreateFunctionDecl()
[all …]
H A DPdbAstBuilder.h124 TypeIndex func_ti, CompilerType func_ct,