Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1127 SmallVector<StringRef, 2> SelPieces; in ProcessAPINotes() local
1129 SelPieces.push_back(Sel.getNameForSlot(0)); in ProcessAPINotes()
1132 SelPieces.push_back(Sel.getNameForSlot(i)); in ProcessAPINotes()
1137 SelectorRef.Identifiers = SelPieces; in ProcessAPINotes()