Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h237 void setPreviousDecl(decl_type *PrevDecl);
H A DDecl.h4289 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1489 setPreviousDecl(PrevDecl); in ObjCInterfaceDecl()
1851 setPreviousDecl(PrevDecl); in ObjCProtocolDecl()
H A DDecl.cpp2970 redeclarable_base::setPreviousDecl(PrevDecl); in setPreviousDeclaration()
2976 FunTmpl->setPreviousDecl(PrevFunTmpl); in setPreviousDeclaration()
3847 setPreviousDecl(PrevDecl); in TagDecl()
H A DASTImporter.cpp3126 ToFunction->setPreviousDecl(Recent); in VisitFunctionDecl()
3659 ToVar->setPreviousDecl(Recent); in VisitVarDecl()
5025 ToTemplated->setPreviousDecl(PrevTemplated); in VisitClassTemplateDecl()
5028 D2->setPreviousDecl(Recent); in VisitClassTemplateDecl()
H A DDeclCXX.cpp2578 setPreviousDecl(PrevDecl); in NamespaceDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp618 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
673 Inst->setPreviousDecl(PrevAliasTemplate); in VisitTypeAliasTemplateDecl()
1286 Inst->setPreviousDecl(PrevClassTemplate); in VisitClassTemplateDecl()
1394 Inst->setPreviousDecl(PrevVarTemplate); in VisitVarTemplateDecl()
H A DSemaDeclCXX.cpp9755 Shadow->setPreviousDecl(PrevDecl); in BuildUsingShadowDecl()
10620 NewDecl->setPreviousDecl(OldDecl); in ActOnAliasDeclaration()
10710 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()
H A DSemaDecl.cpp2212 New->setPreviousDecl(Typedef); in MergeTypedefNameDecl()
4001 New->setPreviousDecl(Old); in MergeVarDecl()
4003 NewTemplate->setPreviousDecl(OldTemplate); in MergeVarDecl()
H A DSemaTemplate.cpp1582 NewTemplate->setPreviousDecl(PrevClassTemplate); in CheckClassTemplate()