Searched refs:Idents (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp37 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
47 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
51 &Ctx.Idents.get("stringWithUTF8String"));
55 &Ctx.Idents.get("initWithUTF8String"));
59 &Ctx.Idents.get("stringWithCString"),
60 &Ctx.Idents.get("encoding")
66 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
69 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
86 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents
600 SmallVector<IdentifierInfo *, 4> Idents; local
[all...]
H A DComparisonCategories.cpp82 &Ctx.Idents.get(ComparisonCategories::getResultString(ValueKind)));
93 Ctx.getTranslationUnitDecl()->lookup(&Ctx.Idents.get("std"));
104 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp30 IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send");
35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend");
41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend");
46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend");
52 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend");
57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend");
63 IdentInfo_MPI_Rsend = &ASTCtx.Idents.get("MPI_Rsend");
68 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend");
73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv");
78 IdentInfo_MPI_Irecv = &ASTCtx.Idents
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp138 UIMethods.insert({&Ctx.Idents.get(#receiver), \
143 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
146 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
162 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"),
163 &Ctx.Idents.get("tag")};
166 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"),
167 &Ctx.Idents.get("selectedImage")};
179 &Ctx.Idents
[all...]
H A DNonnullGlobalConstantsChecker.cpp62 NSStringII = &Ctx.Idents.get("NSString");
63 CFStringRefII = &Ctx.Idents.get("CFStringRef");
64 CFBooleanRefII = &Ctx.Idents.get("CFBooleanRef");
65 CFNullRefII = &Ctx.Idents.get("CFNullRef");
H A DPointerArithChecker.cpp210 AllocFunctions.insert(&C.Idents.get("alloca"));
211 AllocFunctions.insert(&C.Idents.get("malloc"));
212 AllocFunctions.insert(&C.Idents.get("realloc"));
213 AllocFunctions.insert(&C.Idents.get("calloc"));
214 AllocFunctions.insert(&C.Idents.get("valloc"));
H A DBlockInCriticalSectionChecker.cpp92 IILockGuard = &Ctx.Idents.get(ClassLockGuard);
93 IIUniqueLock = &Ctx.Idents.get(ClassUniqueLock);
H A DNSErrorChecker.cpp60 II = &D->getASTContext().Idents.get("NSError");
118 II = &D->getASTContext().Idents.get("CFErrorRef");
234 NSErrorII = &Ctx.Idents.get("NSError");
236 CFErrorII = &Ctx.Idents.get("CFErrorRef");
H A DMallocSizeofChecker.cpp55 II_malloc(&Ctx->Idents.get("malloc")),
56 II_calloc(&Ctx->Idents.get("calloc")),
57 II_realloc(&Ctx->Idents.get("realloc")) {}
H A DGTestChecker.cpp243 AssertionResultII = &Ctx.Idents.get("AssertionResult");
244 SuccessII = &Ctx.Idents.get("success_");
H A DObjCSuperDeallocChecker.cpp229 IIdealloc = &Ctx.Idents.get("dealloc");
230 IINSObject = &Ctx.Idents.get("NSObject");
H A DVforkChecker.cpp89 II_vfork = &AC.Idents.get("vfork");
115 VforkWhitelist.insert(&AC.Idents.get(*id));
H A DCheckObjCDealloc.cpp774 NSObjectII = &Ctx.Idents.get("NSObject");
775 SenTestCaseII = &Ctx.Idents.get("SenTestCase");
776 XCTestCaseII = &Ctx.Idents.get("XCTestCase");
777 Block_releaseII = &Ctx.Idents.get("_Block_release");
778 CIFilterII = &Ctx.Idents.get("CIFilter");
780 IdentifierInfo *DeallocII = &Ctx.Idents.get("dealloc");
781 IdentifierInfo *ReleaseII = &Ctx.Idents.get("release");
H A DObjCMissingSuperCallChecker.cpp111 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DObjCNoReturn.cpp30 NSExceptionII(&C.Idents.get("NSException"))
36 II.push_back(&C.Idents.get("raise"));
37 II.push_back(&C.Idents.get("format"));
42 II.push_back(&C.Idents.get("arguments"));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h21 SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...});
H A DRetainSummaryManager.h562 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
570 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
585 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, Kws...);
591 addMethodSummary(&Ctx.Idents.get(Cls), ObjCClassMethodSummaries, Summ,
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
H A DTransAPIUses.cpp40 IdentifierTable &ids = Pass.Ctx.Idents;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp164 ast_ctx.Idents.get(name.GetStringRef());
330 &ast_ctx.Idents.get(llvm::StringRef(name_cursor)));
334 selector_components.push_back(&ast_ctx.Idents.get(
494 clang::SourceLocation(), &m_ast_ctx.getASTContext().Idents.get(name),
549 ast_ctx.Idents.get(name.GetStringRef());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp614 &S.Context.Idents.get(setterName->getName().substr(3));
1125 &S.Context.Idents.get("objectForKeyedSubscript")
1168 &S.Context.Idents.get("objectForKeyedSubscript")
1175 &S.Context.Idents.get("objectAtIndexedSubscript")
1196 arrayRef ? &S.Context.Idents.get("index")
1197 : &S.Context.Idents.get("key"),
1273 &S.Context.Idents.get("setObject"),
1274 &S.Context.Idents.get("forKeyedSubscript")
1281 &S.Context.Idents.get("setObject"),
1282 &S.Context.Idents
[all...]
H A DSema.cpp69 return &Context.Idents.get(OS.str());
216 DeclarationName DN = &Context.Idents.get(Name);
241 DeclarationName Int128 = &Context.Idents.get("__int128_t");
245 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
255 DeclarationName SEL = &Context.Idents.get("SEL");
261 DeclarationName Id = &Context.Idents.get("id");
266 DeclarationName Class = &Context.Idents.get("Class");
271 DeclarationName Protocol = &Context.Idents.get("Protocol");
277 DeclarationName ConstantString = &Context.Idents.get("__NSConstantString");
284 IdResolver.begin(&Context.Idents
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp311 &Ctx.Idents.get("$__lldb_expr_result"); // functions actually should
315 result_ptr_id = &Ctx.Idents.get("$__lldb_expr_result_ptr");
342 IdentifierInfo &result_id = Ctx.Idents.get("$__lldb_expr_result");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp156 auto LookupRes = NS->lookup(DeclarationName(&AST.Idents.get(Head)));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp593 IdentifierInfo* II = &Context->Idents.get("load");
867 SourceLocation(), &Context->Idents.get(RecName));
879 &Context->Idents.get(D->getNameAsString()),
2314 IdentifierInfo *SelGetUidIdent = &Context->Idents.get("sel_registerName");
2409 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super");
2426 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend");
2445 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper");
2459 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret");
2480 &Context->Idents.get("objc_msgSendSuper_stret");
2495 IdentifierInfo *msgSendIdent = &Context->Idents
[all...]

Completed in 279 milliseconds

1234