Searched refs:Selectors (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7604 llvm::SmallVector<OMPTraitSelector, 2> Selectors; member in struct:clang::OMPTraitSet
7628 Set.Selectors, [&](OMPTraitSelector &Selector) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5263 Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
5283 Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6762 writeUInt32(Set.Selectors.size());
6763 for (const auto &Selector : Set.Selectors) {
H A DASTReader.cpp836 SelectorTable &SelTable = Reader.getContext().Selectors;
12909 Set.Selectors.resize(readUInt32());
12910 for (auto &Selector : Set.Selectors) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1888 Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
H A DSemaDeclObjC.cpp2722 Selector fISelector = S.Context.Selectors.getSelector(1, &II);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp594 Selector LoadSel = Context->Selectors.getSelector(0, &II);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp966 PrintingPolicy(LOpts), Idents(idents), Selectors(sels),
H A DASTImporter.cpp8903 return ToContext.Selectors.getSelector(FromSel.getNumArgs(), Idents.data());

Completed in 347 milliseconds

12