Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6812 SmallVector<const Attr *, 1> ToAttrs(FromAttrs.size()); in VisitAttributedStmt() local
6813 if (Error Err = ImportContainerChecked(FromAttrs, ToAttrs)) in VisitAttributedStmt()
6820 Importer.getToContext(), *ToAttrLocOrErr, ToAttrs, *ToSubStmtOrErr); in VisitAttributedStmt()