HomeSort by relevance Sort by last modified time
    Searched full:idents (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 179 return &Ctx.Idents.get(ivarName.str());
929 &Context.Idents.get("self"), selfTy);
939 &Context.Idents.get("_cmd"),
    [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 146 * down through IDENTs or handle SUB.
  /external/clang/include/clang/AST/
ASTContext.h 416 IdentifierTable &Idents;
804 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 802 IdentifierInfo *II = &Ctx.Idents.get(S);
  /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...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 374 &Ctx.Idents.get(Id));
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 97 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 753 static Selector constructSetterSelector(IdentifierTable &Idents,
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 666 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
674 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
688 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
695 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
    [all...]
CheckSecuritySyntaxOnly.cpp 698 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 687 const IdentifierInfo &II = Ctx.Idents.get(Name);
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 126 return ClsName == &Ctx.Idents.get("NSString") ||
127 ClsName == &Ctx.Idents.get("NSMutableString");
143 return RD->getIdentifier() == &Ctx.Idents.get("__CFString");
    [all...]
SemaExpr.cpp 516 &S.Context.Idents.get("object_setClass"),
531 &S.Context.Idents.get("object_getClass"),
590 &Context.Idents.get("object_getClass"),
    [all...]
SemaLookup.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaLambda.cpp     [all...]
SemaDecl.cpp     [all...]
  /dalvik/docs/
prettify.js 759 // TODO(mikesamuel): recognize non-latin letters and numerals in idents
    [all...]

Completed in 473 milliseconds

1 23 4