Searched refs:NewDecl (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
H A DTemplate.h489 DeclaratorDecl *NewDecl);
491 TagDecl *NewDecl);
H A DSema.h6655 Decl *NewDecl; member in struct:clang::Sema::LateInstantiatedAttribute
6659 : TmplAttr(A), Scope(S), NewDecl(D)
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1248 Constant *NewDecl = EP.get(ARCRuntimeEntryPoints::EPT_Retain); local
1249 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
1284 Constant *NewDecl = EP.get(ARCRuntimeEntryPoints::EPT_Autorelease); local
1285 AutoreleaseRVCI->setCalledFunction(NewDecl);
/external/clang/lib/AST/
H A DASTContext.cpp877 RecordDecl *NewDecl; local
879 NewDecl = CXXRecordDecl::Create(*this, TK, getTranslationUnitDecl(), Loc,
882 NewDecl = RecordDecl::Create(*this, TK, getTranslationUnitDecl(), Loc, Loc,
884 NewDecl->setImplicit();
885 return NewDecl;
891 TypedefDecl *NewDecl = TypedefDecl::Create( local
894 NewDecl->setImplicit();
895 return NewDecl;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp40 DeclaratorDecl *NewDecl) {
51 NewDecl->setQualifierInfo(NewQualifierLoc);
56 TagDecl *NewDecl) {
67 NewDecl->setQualifierInfo(NewQualifierLoc);
39 SubstQualifier(const DeclaratorDecl *OldDecl, DeclaratorDecl *NewDecl) argument
55 SubstQualifier(const TagDecl *OldDecl, TagDecl *NewDecl) argument
H A DSemaDecl.cpp5015 NamedDecl *NewDecl,
5019 if (TemplateDecl *NewTD = dyn_cast<TemplateDecl>(NewDecl))
5020 NewDecl = NewTD->getTemplatedDecl();
5022 if (!OldDecl || !NewDecl)
5027 const DLLImportAttr *NewImportAttr = NewDecl->getAttr<DLLImportAttr>();
5028 const DLLExportAttr *NewExportAttr = NewDecl->getAttr<DLLExportAttr>();
5041 S.Diag(NewDecl->getLocation(), diag::err_attribute_dll_redeclaration)
5042 << NewDecl
5045 NewDecl->setInvalidDecl();
5053 if (const auto *VD = dyn_cast<VarDecl>(NewDecl))
5014 checkDLLAttributeRedeclaration(Sema &S, NamedDecl *OldDecl, NamedDecl *NewDecl, bool IsSpecialization) argument
[all...]
H A DSemaTemplateInstantiate.cpp2051 NamedDecl *ND = dyn_cast<NamedDecl>(I->NewDecl);
2059 I->NewDecl->addAttr(NewAttr);
H A DSemaTemplate.cpp6320 Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists); local
6321 ActOnDocumentableDecl(NewDecl);
6322 return NewDecl;
H A DSemaDeclCXX.cpp8160 TypeAliasTemplateDecl *NewDecl =
8165 NewDecl->setAccess(AS);
8168 NewDecl->setInvalidDecl();
8170 NewDecl->setPreviousDecl(OldDecl);
8172 NewND = NewDecl;

Completed in 504 milliseconds