Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp735 SelectorTable &SelTable, in constructSetterSelector() argument
739 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1134 SelectorTable &SelTable,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp914 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey() local
920 return SelTable.getNullarySelector(FirstII); in ReadKey()
922 return SelTable.getUnarySelector(FirstII); in ReadKey()
930 return SelTable.getSelector(N, Args.data()); in ReadKey()