Searched refs:Sels (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp351 Selector *Sels; local
354 Sels = NSNumberInstanceSelectors;
357 Sels = NSNumberClassSelectors;
361 if (Sels[MK].isNull())
362 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
363 return Sels[MK];
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DExternalSemaSource.h156 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {}
155 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
H A DMultiplexExternalSemaSource.h294 SourceLocation> > &Sels) override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp283 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {
285 Sources[i]->ReadReferencedSelectors(Sels);
282 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
H A DSemaDeclObjC.cpp5237 SmallVector<std::pair<Selector, SourceLocation>, 4> Sels; local
5238 ExternalSource->ReadReferencedSelectors(Sels);
5239 for (unsigned I = 0, N = Sels.size(); I != N; ++I)
5240 ReferencedSelectors[Sels[I].first] = Sels[I].second;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp240 Selector Sels[] = { local
252 for (Selector KnownSel : Sels)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7762 int64_t Sels[8];
7772 if (getParser().parseAbsoluteExpression(Sels[i]))
7774 if (0 > Sels[i] || 7 < Sels[i]) {
7785 DPP8 |= (Sels[i] << (i * 3));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2021 SmallVectorImpl<std::pair<Selector, SourceLocation>> &Sels) override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8346 SmallVectorImpl<std::pair<Selector, SourceLocation>> &Sels) {
8358 Sels.push_back(std::make_pair(Sel, SelLoc));

Completed in 241 milliseconds