Home
last modified time | relevance | path

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

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