Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9631 if (auto *ToInheritableAttr = dyn_cast<InheritableAttr>(ToAttr)) in importAttr() local
9632 ToInheritableAttr->setInherited(FromAttr->isInherited()); in importAttr()