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

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

Completed in 165 milliseconds