Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2636 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3595 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11966 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()
11992 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()