Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6913 ArrayRef<const Attr*> FromAttrs(S->getAttrs()); in VisitAttributedStmt() local
6914 SmallVector<const Attr *, 1> ToAttrs(FromAttrs.size()); in VisitAttributedStmt()
6915 if (Error Err = ImportContainerChecked(FromAttrs, ToAttrs)) in VisitAttributedStmt()