Home
last modified time | relevance | path

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

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