D | abi_wrappers.cpp | 111 const std::string &source_file) { in SetupTemplateArguments() argument 122 if (!CreateBasicNamedAndTypedDecl(type, source_file)) { in SetupTemplateArguments() 133 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter() argument 134 if (!CreateBasicNamedAndTypedDecl(qual_type, source_file)) { in SetupFunctionParameter() 286 const std::string &source_file) { in CreateBasicNamedAndTypedDecl() argument 316 return CreateBasicNamedAndTypedDecl(referenced_type, source_file); in CreateBasicNamedAndTypedDecl() 322 const std::string &source_file) { in CreateBasicNamedAndTypedDecl() argument 338 auto type_and_status = SetTypeKind(canonical_type, source_file); in CreateBasicNamedAndTypedDecl() 351 canonical_type, typep.get(), source_file) && in CreateBasicNamedAndTypedDecl() 359 const clang::QualType canonical_type, const std::string &source_file) { in SetTypeKind() argument [all …]
|