Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h234 void setPreviousDecl(decl_type *PrevDecl);
H A DASTContext.h1202 NewTUDecl->setPreviousDecl(TUDecl); in addTranslationUnitDecl()
H A DDecl.h5238 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1566 setPreviousDecl(PrevDecl); in ObjCInterfaceDecl()
1933 setPreviousDecl(PrevDecl); in ObjCProtocolDecl()
H A DASTImporter.cpp4238 ToFunction->setPreviousDecl(Recent); in VisitFunctionDecl()
4861 ToVar->setPreviousDecl(Recent); in VisitVarDecl()
6421 ToTemplated->setPreviousDecl(PrevTemplated); in VisitClassTemplateDecl()
6424 D2->setPreviousDecl(Recent); in VisitClassTemplateDecl()
6735 ToTemplated->setPreviousDecl(PrevTemplated); in VisitVarTemplateDecl()
6737 ToVarTD->setPreviousDecl(Recent); in VisitVarTemplateDecl()
6897 D2->setPreviousDecl(FoundSpecialization->getMostRecentDecl()); in VisitVarTemplateSpecializationDecl()
7015 TemplatedFD->setPreviousDecl(PrevTemplated); in VisitFunctionTemplateDecl()
7017 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
H A DDecl.cpp3667 redeclarable_base::setPreviousDecl(PrevDecl); in setPreviousDeclaration()
3673 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()
4809 setPreviousDecl(PrevDecl); in TagDecl()
H A DDeclCXX.cpp3235 setPreviousDecl(PrevDecl); in NamespaceDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp312 Builder.Template->setPreviousDecl(Builder.PrevTemplate); in finalizeTemplateArgs()
H A DSemaTemplateInstantiateDecl.cpp1505 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
1573 Inst->setPreviousDecl(PrevAliasTemplate); in InstantiateTypeAliasTemplateDecl()
2307 Inst->setPreviousDecl(PrevClassTemplate); in VisitClassTemplateDecl()
2396 Inst->setPreviousDecl(PrevVarTemplate); in VisitVarTemplateDecl()
H A DSemaDeclCXX.cpp12885 Shadow->setPreviousDecl(PrevDecl); in BuildUsingShadowDecl()
13793 NewDecl->setPreviousDecl(OldDecl); in ActOnAliasDeclaration()
13883 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()
H A DSemaDecl.cpp2580 New->setPreviousDecl(Typedef); in MergeTypedefNameDecl()
4791 New->setPreviousDecl(Old); in MergeVarDecl()
4793 NewTemplate->setPreviousDecl(OldTemplate); in MergeVarDecl()
H A DSemaTemplate.cpp2135 NewTemplate->setPreviousDecl(PrevClassTemplate); in CheckClassTemplate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9464 Lambda->setPreviousDecl(Previous); in AssignedLambdaNumbering()