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

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1235 IdentifierInfo &II = CGM.getContext().Idents.get(Name);
2316 IdentifierInfo &II = CGF.CGM.getContext().Idents.get("NSAutoreleasePool");
H A DItaniumCXXABI.cpp1655 Context, /*DC=*/nullptr, MD->getLocation(), &Context.Idents.get("vtt"),
2556 &Ctx.Idents.get(GlobalInitFnName), FunctionTy, nullptr, SC_Static,
H A DCGStmtOpenMP.cpp457 II = &Ctx.Idents.get("this");
460 II = &Ctx.Idents.get("vla");
H A DCGBuiltin.cpp1238 Ctx, nullptr, SourceLocation(), &Ctx.Idents.get("buffer"), Ctx.VoidPtrTy,
1250 &Ctx.Idents.get(std::string("arg") + llvm::to_string(I)), ArgTy,
1276 IdentifierInfo *II = &Ctx.Idents.get(Name);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2721 IdentifierInfo* II = &S.Context.Idents.get("forwardInvocation");
2726 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy"));
H A DSemaDecl.cpp2032 LookupResult Result(ThisSema, &Context.Idents.get("objc_super"),
2587 &S.Context.Idents.get(AA->getSpelling()));
10852 Context.BuiltinInfo.forgetBuiltin(BuiltinID, Context.Idents);
14767 &Context.Idents.get(fmt),
14777 &Context.Idents.get("scanf"),
14870 &Context.Idents.get("printf"), 2,
H A DSemaDeclCXX.cpp8042 IterationVarName = &S.Context.Idents.get(OS.str());
8144 IdentifierInfo *Name = &S.Context.Idents.get("cmp");
13555 LookupResult R(S, &S.Context.Idents.get(MemCpyName), Loc,
13737 IterationVarName = &S.Context.Idents.get(OS.str());
H A DSemaObjCProperty.cpp605 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc))
H A DSemaOpenMP.cpp4152 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr,
5855 IdentifierInfo &VariantII = Context.Idents.get(MangledName);
12748 DeclarationName AllocatorName = &S.getASTContext().Idents.get(Allocator);
17359 &SemaRef.getASTContext().Idents.get("default")));
19040 DeclarationName AllocatorName = &Context.Idents.get(Allocator);
H A DSemaType.cpp5639 Arg->Ident = &S.Context.Idents.get(attrStr);
5647 &S.Context.Idents.get("objc_ownership"), SourceLocation(),
H A DSemaExprCXX.cpp8497 auto &II = Context.Idents.get("expr-type");
H A DTreeTransform.h3467 DeclarationNameInfo NameInfo(&getSema().Context.Idents.get("isa"), IsaLoc);
3486 = SemaRef.Context.Idents.get("__builtin_shufflevector");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp542 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default"));

Completed in 804 milliseconds

1234