Searched refs:Sels (Results 1 - 10 of 10) sorted by relevance
/external/clang/unittests/AST/ |
H A D | ASTVectorTest.cpp | 32 Ctxt(LangOpts, SourceMgr, Idents, Sels, Builtins) {} 41 SelectorTable Sels; member in class:clang::ast::__anon3682::ASTVectorTest
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 77 bool CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels); 82 void FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels, 144 FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels, argument 155 Sels.insert(II); 175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels) { argument 186 I = Sels.begin(), E = Sels.end(); I != E; ++I) { 251 SmallPtrSet<IntrinsicInst*, 32> Sels; local 253 FindAllCleanupSelectors(Sels, CatchAllSels); 266 SI = Sels [all...] |
/external/clang/lib/AST/ |
H A D | NSAPI.cpp | 363 Selector *Sels; local 366 Sels = NSNumberInstanceSelectors; 369 Sels = NSNumberClassSelectors; 373 if (Sels[MK].isNull()) 374 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK])); 375 return Sels[MK];
|
/external/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 156 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {} 155 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
|
H A D | MultiplexExternalSemaSource.h | 289 SourceLocation> > &Sels) override;
|
/external/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 263 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) { 265 Sources[i]->ReadReferencedSelectors(Sels); 262 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
|
H A D | SemaDeclObjC.cpp | 4674 SmallVector<std::pair<Selector, SourceLocation>, 4> Sels; local 4675 ExternalSource->ReadReferencedSelectors(Sels); 4676 for (unsigned I = 0, N = Sels.size(); I != N; ++I) 4677 ReferencedSelectors[Sels[I].first] = Sels[I].second;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 235 Selector Sels[] = { local 250 for (Selector KnownSel : Sels)
|
/external/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1825 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) override;
|
/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7313 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) { 7325 Sels.push_back(std::make_pair(Sel, SelLoc));
|
Completed in 233 milliseconds