Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp40 llvm::StringRef proc_name, CompilerType func_ct) in CreateMethodDecl()
43 proc_name(proc_name), func_ct(func_ct) {} in CreateMethodDecl()
50 CompilerType func_ct; member
90 /*mangled_name=*/nullptr, func_ct, /*access=*/access_type, in AddMethod()
852 CompilerType func_ct, uint32_t param_count, in CreateFunctionDecl() argument
868 if (iter->getSecond().contains({func_name, func_ct})) { in CreateFunctionDecl()
896 parent_opaque_ty, func_name, func_ct); in CreateFunctionDecl()
904 /*mangled_name=*/nullptr, func_ct, in CreateFunctionDecl()
910 m_cxx_record_map[parent_opaque_ty].insert({func_name, func_ct}); in CreateFunctionDecl()
913 parent, OptionalClangModuleID(), func_name, func_ct, func_storage, in CreateFunctionDecl()
[all …]
H A DPdbAstBuilder.h124 TypeIndex func_ti, CompilerType func_ct,