D | abi_wrappers.cpp | 208 clang::QualType qual_type, const std::string &source_file) { in CreateBasicNamedAndTypedDecl() argument 224 auto type_and_status = SetTypeKind(canonical_type, source_file); in CreateBasicNamedAndTypedDecl() 232 CreateBasicNamedAndTypedDecl(canonical_type, typep.get(), source_file) && in CreateBasicNamedAndTypedDecl() 267 abi_util::TypeIR *typep, const std::string &source_file) { in CreateBasicNamedAndTypedDecl() argument 296 return CreateBasicNamedAndTypedDecl(referenced_type, source_file); in CreateBasicNamedAndTypedDecl() 309 const clang::QualType canonical_type, const std::string &source_file) { in SetTypeKind() argument 316 qual_type_ir->SetSourceFile(source_file); in SetTypeKind() 322 pointer_type_ir->SetSourceFile(source_file); in SetTypeKind() 328 lvalue_reference_type_ir->SetSourceFile(source_file); in SetTypeKind() 334 rvalue_reference_type_ir->SetSourceFile(source_file); in SetTypeKind() [all …]
|