D | abi_wrappers.cpp | 110 const std::string &source_file) { in SetupTemplateArguments() argument 121 if (!CreateBasicNamedAndTypedDecl(type, source_file)) { in SetupTemplateArguments() 132 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter() argument 133 if (!CreateBasicNamedAndTypedDecl(qual_type, source_file)) { in SetupFunctionParameter() 285 const std::string &source_file) { in CreateBasicNamedAndTypedDecl() argument 315 return CreateBasicNamedAndTypedDecl(referenced_type, source_file); in CreateBasicNamedAndTypedDecl() 321 const std::string &source_file) { in CreateBasicNamedAndTypedDecl() argument 337 auto type_and_status = SetTypeKind(canonical_type, source_file); in CreateBasicNamedAndTypedDecl() 350 canonical_type, typep.get(), source_file) && in CreateBasicNamedAndTypedDecl() 358 const clang::QualType canonical_type, const std::string &source_file) { in SetTypeKind() argument [all …]
|