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

  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 144 /// Selectors - This table contains all the selectors in the program. Unlike
149 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
151 SelectorTable Selectors;
396 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 390 SelectorTable &Selectors;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 114 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
275 /// A map from selectors to selector types. This allows us to emit all
276 /// selectors of the same name and type together.
279 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 104 milliseconds