Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp126 PluginAttrInstances; in get() local
127 if (PluginAttrInstances->empty()) in get()
129 PluginAttrInstances->emplace_back(It.instantiate()); in get()
137 for (auto &Ptr : *PluginAttrInstances) in get()