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

  /external/clang/lib/Index/
ProgramImpl.h 35 SelectorTable Selectors;
45 SelectorTable &getSelectors() { return Selectors; }
GlobalSelector.cpp 1 //===-- GlobalSelector.cpp - Cross-translation-unit "token" for selectors -===//
10 // GlobalSelector is a ASTContext-independent way to refer to selectors.
36 return AST.Selectors.getSelector(GlobSel.getNumArgs(), Ids.data());
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 42 SelectorTable &sels = Pass.Ctx.Selectors;
TransRetainReleaseDealloc.cpp 46 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
TransAutoreleasePool.cpp 75 DrainSel = pass.Ctx.Selectors.getNullarySelector(
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 156 Selector S = Ctx.Selectors.getSelector(0, &II);
202 Selector RS = Ctx.Selectors.getSelector(0, &RII);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 122 /// Selectors - This table contains all the selectors in the program. Unlike
127 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
129 SelectorTable Selectors;
312 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 328 SelectorTable &Selectors;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp 118 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
273 /// A map from selectors to selector types. This allows us to emit all
274 /// selectors of the same name and type together.
277 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 58 return Ctx.Selectors.getSelector(0, &II);
    [all...]
CFRefCount.cpp 649 /// ObjCClassMethodSummaries - A map from selectors (for instance methods)
653 /// ObjCMethodSummaries - A map from selectors to summaries.
756 return Ctx.Selectors.getSelector(II.size(), &II[0]);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp 231 Idents(idents), Selectors(sels),
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 521 SelectorTable &SelTable = Reader.getContext()->Selectors;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 779 milliseconds