Home
last modified time | relevance | path

Searched defs:NewDecl (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp655 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeRetainRVCall() local
764 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease); in OptimizeAutoreleaseRVCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp827 NamedDecl *NewDecl = Actions.ActOnTypeParameter(getCurScope(), in ParseTypeParameter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp347 Function *NewDecl = in rewriteIntrinsicOperands() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1082 Function *NewDecl = in rewriteIntrinsicWithAddressSpace() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp45 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, in SubstQualifier()
71 DeclaratorDecl *NewDecl) { in SubstQualifier()
76 TagDecl *NewDecl) { in SubstQualifier()
H A DSemaTemplate.cpp8603 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); in ActOnTemplateDeclarator() local
8633 ConceptDecl *NewDecl = ConceptDecl::Create(Context, DC, NameLoc, Name, in ActOnConceptDefinition() local
H A DSemaDecl.cpp6484 NamedDecl *NewDecl, in checkDLLAttributeRedeclaration()
H A DSemaDeclCXX.cpp12693 TypeAliasTemplateDecl *NewDecl = in ActOnAliasDeclaration() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1647 auto NewDecl = Intrinsic::getDeclaration(F->getParent(), ID, ArgTys); in remangleIntrinsicFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1225 RecordDecl *NewDecl; in buildImplicitRecord() local
1241 TypedefDecl *NewDecl = TypedefDecl::Create( in buildImplicitTypedef() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9333 Decl *NewDecl; member