Home
last modified time | relevance | path

Searched refs:setPreviousDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h237 void setPreviousDecl(decl_type *PrevDecl);
H A DASTContext.h1109 NewTUDecl->setPreviousDecl(TUDecl); in addTranslationUnitDecl()
H A DDecl.h4974 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp362 Builder.Template->setPreviousDecl(Builder.PrevTemplate); in finalizeTemplateArgs()
H A DSemaTemplateInstantiateDecl.cpp1071 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
1139 Inst->setPreviousDecl(PrevAliasTemplate); in InstantiateTypeAliasTemplateDecl()
1779 Inst->setPreviousDecl(PrevClassTemplate); in VisitClassTemplateDecl()
1868 Inst->setPreviousDecl(PrevVarTemplate); in VisitVarTemplateDecl()
H A DSemaDeclCXX.cpp12558 Shadow->setPreviousDecl(PrevDecl); in BuildUsingShadowDecl()
13501 NewDecl->setPreviousDecl(OldDecl); in ActOnAliasDeclaration()
13591 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()
H A DSemaDecl.cpp2573 New->setPreviousDecl(Typedef); in MergeTypedefNameDecl()
4685 New->setPreviousDecl(Old); in MergeVarDecl()
4687 NewTemplate->setPreviousDecl(OldTemplate); in MergeVarDecl()
H A DSemaTemplate.cpp2090 NewTemplate->setPreviousDecl(PrevClassTemplate); in CheckClassTemplate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1569 setPreviousDecl(PrevDecl); in ObjCInterfaceDecl()
1936 setPreviousDecl(PrevDecl); in ObjCProtocolDecl()
H A DASTImporter.cpp3966 ToFunction->setPreviousDecl(Recent); in VisitFunctionDecl()
4588 ToVar->setPreviousDecl(Recent); in VisitVarDecl()
6137 ToTemplated->setPreviousDecl(PrevTemplated); in VisitClassTemplateDecl()
6140 D2->setPreviousDecl(Recent); in VisitClassTemplateDecl()
6452 ToTemplated->setPreviousDecl(PrevTemplated); in VisitVarTemplateDecl()
6454 ToVarTD->setPreviousDecl(Recent); in VisitVarTemplateDecl()
6614 D2->setPreviousDecl(FoundSpecialization->getMostRecentDecl()); in VisitVarTemplateSpecializationDecl()
6724 TemplatedFD->setPreviousDecl(PrevTemplated); in VisitFunctionTemplateDecl()
6726 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
H A DDecl.cpp3596 redeclarable_base::setPreviousDecl(PrevDecl); in setPreviousDeclaration()
3602 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()
4698 setPreviousDecl(PrevDecl); in TagDecl()
H A DDeclCXX.cpp3010 setPreviousDecl(PrevDecl); in NamespaceDecl()