HomeSort by relevance Sort by last modified time
    Searched defs:Selectors (Results 1 - 25 of 33) sorted by null

1 2

  /external/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...]
  /external/clang/include/clang/Lex/
Preprocessor.h 191 /// \brief This table contains all the selectors in the program.
198 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
200 SelectorTable Selectors;
699 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
735 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
735 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
702 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
735 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 193 /// \brief This table contains all the selectors in the program.
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
202 SelectorTable Selectors;
735 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 196 /// \brief This table contains all the selectors in the program.
203 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
205 SelectorTable Selectors;
738 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 460 SelectorTable &Selectors;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 106 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
336 /// A map from selectors to selector types. This allows us to emit all
337 /// selectors of the same name and type together.
340 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 514 SelectorTable &Selectors;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTContext.h 514 SelectorTable &Selectors;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTContext.h 514 SelectorTable &Selectors;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h 516 SelectorTable &Selectors;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h 516 SelectorTable &Selectors;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTContext.h 516 SelectorTable &Selectors;
    [all...]

Completed in 536 milliseconds

1 2