Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h261 llvm::Error ImportAttrs(Decl *ToD, Decl *FromD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4185 Err = Importer.ImportAttrs(ToField, D); in VisitFieldDecl()
9404 Error ASTImporter::ImportAttrs(Decl *ToD, Decl *FromD) { in ImportAttrs() function in ASTImporter
9550 if (auto Error = ImportAttrs(ToD, FromD)) in Import()