Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp683 SelectorTable &SelTable, in constructSetterSelector() argument
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h868 SelectorTable &SelTable,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp862 SelectorTable &SelTable = Reader.getContext().Selectors; in ReadKey() local
867 return SelTable.getNullarySelector(FirstII); in ReadKey()
869 return SelTable.getUnarySelector(FirstII); in ReadKey()
877 return SelTable.getSelector(N, Args.data()); in ReadKey()