HomeSort by relevance Sort by last modified time
    Searched defs:Idents (Results 1 - 3 of 3) 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/llvm/lib/IR/
Verifier.cpp 617 const NamedMDNode *Idents = M.getNamedMetadata("llvm.ident");
618 if (!Idents)
623 for (unsigned i = 0, e = Idents->getNumOperands(); i != e; ++i) {
624 const MDNode *N = Idents->getOperand(i);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 416 IdentifierTable &Idents;
804 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
    [all...]

Completed in 59 milliseconds