Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp9218 if (auto *ToInheritableAttr = dyn_cast<InheritableAttr>(ToAttr)) in importAttr() local
9219 ToInheritableAttr->setInherited(FromAttr->isInherited()); in importAttr()