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

  /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/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 190 /// \brief This table contains all the selectors in the program.
197 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
199 SelectorTable Selectors;
692 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 450 SelectorTable &Selectors;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 108 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
328 /// A map from selectors to selector types. This allows us to emit all
329 /// selectors of the same name and type together.
332 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 148 milliseconds