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.h1074 NewTUDecl->setPreviousDecl(TUDecl); in addTranslationUnitDecl()
H A DDecl.h4947 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp354 Builder.Template->setPreviousDecl(Builder.PrevTemplate); in finalizeTemplateArgs()
H A DSemaTemplateInstantiateDecl.cpp1046 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
1105 Inst->setPreviousDecl(PrevAliasTemplate); in VisitTypeAliasTemplateDecl()
1740 Inst->setPreviousDecl(PrevClassTemplate); in VisitClassTemplateDecl()
1829 Inst->setPreviousDecl(PrevVarTemplate); in VisitVarTemplateDecl()
H A DSemaDeclCXX.cpp12645 Shadow->setPreviousDecl(PrevDecl); in BuildUsingShadowDecl()
13634 NewDecl->setPreviousDecl(OldDecl); in ActOnAliasDeclaration()
13724 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()
H A DSemaDecl.cpp2718 New->setPreviousDecl(Typedef); in MergeTypedefNameDecl()
4817 New->setPreviousDecl(Old); in MergeVarDecl()
4819 NewTemplate->setPreviousDecl(OldTemplate); in MergeVarDecl()
H A DSemaTemplate.cpp2146 NewTemplate->setPreviousDecl(PrevClassTemplate); in CheckClassTemplate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1575 setPreviousDecl(PrevDecl); in ObjCInterfaceDecl()
1942 setPreviousDecl(PrevDecl); in ObjCProtocolDecl()
H A DDecl.cpp3546 redeclarable_base::setPreviousDecl(PrevDecl); in setPreviousDeclaration()
3552 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()
4650 setPreviousDecl(PrevDecl); in TagDecl()
H A DASTImporter.cpp3899 ToFunction->setPreviousDecl(Recent); in VisitFunctionDecl()
4504 ToVar->setPreviousDecl(Recent); in VisitVarDecl()
6051 ToTemplated->setPreviousDecl(PrevTemplated); in VisitClassTemplateDecl()
6054 D2->setPreviousDecl(Recent); in VisitClassTemplateDecl()
6366 ToTemplated->setPreviousDecl(PrevTemplated); in VisitVarTemplateDecl()
6368 ToVarTD->setPreviousDecl(Recent); in VisitVarTemplateDecl()
6622 TemplatedFD->setPreviousDecl(PrevTemplated); in VisitFunctionTemplateDecl()
6624 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
H A DDeclCXX.cpp2961 setPreviousDecl(PrevDecl); in NamespaceDecl()