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.cpp737 SelectorTable &SelTable, in constructSetterSelector() argument
741 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1160 SelectorTable &SelTable,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp953 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey() local
958 return SelTable.getNullarySelector(FirstII); in ReadKey()
960 return SelTable.getUnarySelector(FirstII); in ReadKey()
968 return SelTable.getSelector(N, Args.data()); in ReadKey()