Lines Matching refs:func_ct
41 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()
1006 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId() local
1009 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
1047 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl() local
1053 CreateFunctionDecl(func_id, proc_name, proc.FunctionType, func_ct, in GetOrCreateFunctionDecl()