Lines Matching refs:func_ct
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()
1127 CompilerType func_ct, uint32_t param_count, in CreateFunctionDecl() argument
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()
1185 parent, OptionalClangModuleID(), func_name, func_ct, func_storage, in CreateFunctionDecl()
1270 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId() local
1273 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
1306 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl() local
1313 CreateFunctionDecl(func_id, proc_name, proc.FunctionType, func_ct, in GetOrCreateFunctionDecl()