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

  /external/clang/lib/AST/
NSAPI.cpp 33 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
47 &Ctx.Idents.get("stringWithUTF8String"));
51 &Ctx.Idents.get("stringWithCString"),
52 &Ctx.Idents.get("encoding")
58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
86 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"))
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 389 IdentifierTable &Idents;
704 IdentifierTable &idents, SelectorTable &sels,
    [all...]

Completed in 38 milliseconds