Home
last modified time | relevance | path

Searched refs:importInto (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp186 return Importer.importInto(To, From); in importInto()
1863 if (Error Err = importInto(Name, D->getDeclName())) in ImportDeclParts()
1867 if (Error Err = importInto(Loc, D->getLocation())) in ImportDeclParts()
1886 if (Error Err = importInto(Loc, D->getLocation())) in ImportDeclParts()
1902 if (Error Err = importInto(ToD, FromD)) in ImportDefinitionIfNeeded()
2879 if (Error Err = importInto( in VisitEnumDecl()
2993 if (Error Err = importInto( in VisitRecordDecl()
4091 if (Error Err = Importer.importInto( in VisitFieldDecl()
4275 if (Error Err = importInto(ToFriendD, FriendD)) in VisitFriendDecl()
6149 if (Error Err = importInto( in VisitClassTemplateSpecializationDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h308 [[nodiscard]] llvm::Error importInto(ImportT &To, const ImportT &From) { in importInto() function