Searched refs:SelectorSlotNames (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8260 SmallVector<StringRef, 12> SelectorSlotNames; local
8262 Replacement, SelectorSlotNames, S.getLangOpts());
8264 assert(SelectorSlotNames.size() == Locs.size());
8270 NameRange, SelectorSlotNames[I]));
8273 FixItHint::CreateInsertion(Locs[I], SelectorSlotNames[I]));

Completed in 213 milliseconds