HomeSort by: relevance | last modified time | path
    Searched defs:Selectors (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 105 // Fill the Selectors SmallSet with all selectors we want to check.
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
121 { // Initialize selectors for: UIViewController
122 const SelectorDescriptor Selectors[] = {
137 fillSelectors(Ctx, Selectors, "UIViewController");
140 { // Initialize selectors for: UIResponder
141 const SelectorDescriptor Selectors[] = {
144 fillSelectors(Ctx, Selectors, "UIResponder")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 613 SelectorTable &Selectors;
3174 return Ctx.Selectors.getSelector(0, &II);
3180 return Ctx.Selectors.getSelector(1, &II);
OpenMPClause.h 8373 llvm::SmallVector<OMPTraitSelector, 2> Selectors;
8379 /// collection of selectors. A selector has a kind, an optional score/condition,
8397 Set.Selectors, [&](OMPTraitSelector &Selector) {
8421 for (const OMPTraitSelector &Selector : Set.Selectors) {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 234 /// This table contains all the selectors in the program.
241 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
243 SelectorTable Selectors;
931 SelectorTable &getSelectorTable() { return Selectors; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 6917 /// A set of selectors, which is used to avoid introducing multiple
6945 VisitedSelectorSet &Selectors, bool AllowSameLength,
6962 if (!Selectors.insert(M->getSelector()).second)
6983 Selectors, AllowSameLength, Results, false, IsRootClass);
6993 Selectors, AllowSameLength, Results, false, IsRootClass);
6998 CurContext, Selectors, AllowSameLength, Results,
7008 Selectors, AllowSameLength, Results, false, IsRootClass);
7013 Selectors, AllowSameLength, Results, InOriginalClass,
7021 SelIdents, CurContext, Selectors, AllowSameLength, Results,
7027 Selectors, AllowSameLength, Results, InOriginalClass
    [all...]

Completed in 47 milliseconds