Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h487 auto FromAttrs = LinksFrom->getAttrs(); in mergeDirect() local
488 LinksInto->setAttrs(FromAttrs); in mergeDirect()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6186 ArrayRef<const Attr*> FromAttrs(S->getAttrs()); in VisitAttributedStmt() local
6187 SmallVector<const Attr *, 1> ToAttrs(FromAttrs.size()); in VisitAttributedStmt()
6188 if (Error Err = ImportContainerChecked(FromAttrs, ToAttrs)) in VisitAttributedStmt()