Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp767 SelectorTable &SelTable, in constructSetterSelector() argument
771 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1168 SelectorTable &SelTable,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp982 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey() local
987 return SelTable.getNullarySelector(FirstII); in ReadKey()
989 return SelTable.getUnarySelector(FirstII); in ReadKey()
997 return SelTable.getSelector(N, Args.data()); in ReadKey()