Home
last modified time | relevance | path

Searched refs:setPreviousDeclaration (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2633 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3545 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12012 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()
12038 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()