HomeSort by relevance Sort by last modified time
    Searched refs:Idents (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/clang/lib/AST/
NSAPI.cpp 38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
52 &Ctx.Idents.get("stringWithUTF8String"));
56 &Ctx.Idents.get("initWithUTF8String"));
60 &Ctx.Idents.get("stringWithCString"),
61 &Ctx.Idents.get("encoding")
67 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
70 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
95 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
98 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 116 UIMethods.insert({&Ctx.Idents.get(#receiver), \
121 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
124 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
140 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"),
141 &Ctx.Idents.get("tag")};
144 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"),
145 &Ctx.Idents.get("selectedImage")};
157 &Ctx.Idents.get("rowActionWithStyle"), &Ctx.Idents.get("title")
    [all...]
SelectorExtras.h 23 II.push_back(&Ctx.Idents.get(First));
26 II.push_back(&Ctx.Idents.get(s));
ChrootChecker.cpp 71 II_chroot = &Ctx.Idents.get("chroot");
73 II_chdir = &Ctx.Idents.get("chdir");
131 II_chroot = &Ctx.Idents.get("chroot");
133 II_chdir = &Ctx.Idents.get("chdir");
StreamChecker.cpp 115 II_fopen = &Ctx.Idents.get("fopen");
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
119 II_fclose = &Ctx.Idents.get("fclose");
121 II_fread = &Ctx.Idents.get("fread");
123 II_fwrite = &Ctx.Idents.get("fwrite");
125 II_fseek = &Ctx.Idents.get("fseek");
127 II_ftell = &Ctx.Idents.get("ftell");
129 II_rewind = &Ctx.Idents.get("rewind");
131 II_fgetpos = &Ctx.Idents.get("fgetpos");
133 II_fsetpos = &Ctx.Idents.get("fsetpos")
    [all...]
CheckObjCDealloc.cpp 111 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject");
112 IdentifierInfo* SenTestCaseII = &Ctx.Idents.get("SenTestCase");
133 IdentifierInfo* II = &Ctx.Idents.get("dealloc");
164 IdentifierInfo* RII = &Ctx.Idents.get("release");
168 IdentifierInfo* SelfII = &Ctx.Idents.get("self");
NSErrorChecker.cpp 61 II = &D->getASTContext().Idents.get("NSError");
108 II = &D->getASTContext().Idents.get("CFErrorRef");
225 NSErrorII = &Ctx.Idents.get("NSError");
227 CFErrorII = &Ctx.Idents.get("CFErrorRef");
MallocSizeofChecker.cpp 56 II_malloc(&Ctx->Idents.get("malloc")),
57 II_calloc(&Ctx->Idents.get("calloc")),
58 II_realloc(&Ctx->Idents.get("realloc")) {}
SimpleStreamChecker.cpp 281 IIfopen = &Ctx.Idents.get("fopen");
282 IIfclose = &Ctx.Idents.get("fclose");
VforkChecker.cpp 90 II_vfork = &AC.Idents.get("vfork");
115 VforkWhitelist.insert(&AC.Idents.get(*id));
ObjCMissingSuperCallChecker.cpp 112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
MallocChecker.cpp 534 II_alloca = &Ctx.Idents.get("alloca");
535 II_malloc = &Ctx.Idents.get("malloc");
536 II_free = &Ctx.Idents.get("free");
537 II_realloc = &Ctx.Idents.get("realloc");
538 II_reallocf = &Ctx.Idents.get("reallocf");
539 II_calloc = &Ctx.Idents.get("calloc");
540 II_valloc = &Ctx.Idents.get("valloc");
541 II_strdup = &Ctx.Idents.get("strdup");
542 II_strndup = &Ctx.Idents.get("strndup");
543 II_kmalloc = &Ctx.Idents.get("kmalloc")
    [all...]
BasicObjCFoundationChecks.cpp 438 II = &Ctx.Idents.get("CFNumberCreate");
555 Retain = &Ctx.Idents.get("CFRetain");
556 Release = &Ctx.Idents.get("CFRelease");
557 MakeCollectable = &Ctx.Idents.get("CFMakeCollectable");
558 Autorelease = &Ctx.Idents.get("CFAutorelease");
    [all...]
  /external/clang/lib/Analysis/
ObjCNoReturn.cpp 31 NSExceptionII(&C.Idents.get("NSException"))
37 II.push_back(&C.Idents.get("raise"));
38 II.push_back(&C.Idents.get("format"));
43 II.push_back(&C.Idents.get("arguments"));
  /external/clang/unittests/AST/
ASTVectorTest.cpp 31 SourceMgr(Diags, FileMgr), Idents(LangOpts, nullptr),
32 Ctxt(LangOpts, SourceMgr, Idents, Sels, Builtins) {}
40 IdentifierTable Idents;
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
TransAPIUses.cpp 41 IdentifierTable &ids = Pass.Ctx.Idents;
TransAutoreleasePool.cpp 74 PoolII = &pass.Ctx.Idents.get("NSAutoreleasePool");
76 &pass.Ctx.Idents.get("drain"));
TransRetainReleaseDealloc.cpp 49 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
51 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
  /external/clang/lib/Sema/
Sema.cpp 58 BoolMacro = PP.getMacroInfo(&Context.Idents.get("bool"))) {
134 DeclarationName DN = &Context.Idents.get(Name);
159 DeclarationName Int128 = &Context.Idents.get("__int128_t");
163 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
173 DeclarationName SEL = &Context.Idents.get("SEL");
179 DeclarationName Id = &Context.Idents.get("id");
184 DeclarationName Class = &Context.Idents.get("Class");
189 DeclarationName Protocol = &Context.Idents.get("Protocol");
197 IdResolver.begin(&Context.Idents.get("type_info")) == IdResolver.end())
252 DeclarationName MSVaList = &Context.Idents.get("__builtin_ms_va_list")
    [all...]
SemaPseudoObject.cpp 609 &S.Context.Idents.get(setterName->getName().substr(3));
    [all...]
SemaExprObjC.cpp 100 NSIdent = &Context.Idents.get("NSConstantString");
102 NSIdent = &Context.Idents.get(StringClass);
299 &CX.Idents.get("value"),
532 IdentifierInfo *II = &Context.Idents.get("stringWithUTF8String");
552 &Context.Idents.get("value"),
635 &Context.Idents.get("valueWithBytes"),
636 &Context.Idents.get("objCType")
666 &Context.Idents.get("bytes"),
676 &Context.Idents.get("type"),
797 &Context.Idents.get("objects")
    [all...]
  /frameworks/compile/slang/
slang_rs_export_func.cpp 76 &Ctx.Idents.get(Id));
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp 598 IdentifierInfo* II = &Context->Idents.get("load");
    [all...]

Completed in 388 milliseconds

1 2 3