• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:Create

384   // Create Decl objects for each parameter, entrring them in the scope for
691 // Create a new type location builder so we can update the type
696 // Create the Objective-C pointer type.
764 // Create the type parameter.
765 return ObjCTypeParamDecl::Create(Context, CurContext, variance, varianceLoc,
801 // Create the parameter list.
994 // Create a declaration to describe this @interface.
1034 ObjCTypeParamDecl::Create(
1055 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName,
1171 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
1222 // Create a new protocol that is completely distinct from previous
1226 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName,
1245 // Create the new declaration.
1246 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName,
1778 = ObjCProtocolDecl::Create(Context, CurContext, Ident,
1813 // Create an invalid ObjCCategoryDecl to serve as context for
1816 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
1863 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
1904 // Create and install one.
1905 CatIDecl = ObjCCategoryDecl::Create(Context, CurContext, AtCatImplLoc,
1914 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
2030 IDecl = ObjCInterfaceDecl::Create(Context, CurContext, AtClassImplLoc,
2055 ObjCImplementationDecl::Create(Context, CurContext, IDecl, SDecl,
3073 // Create a declaration to describe this forward declaration.
3118 = ObjCInterfaceDecl::Create(Context, CurContext, AtClassLoc,
4675 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create(
5035 Decl *FD = ObjCAtDefsFieldDecl::Create(Context, Record,
5088 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id,