Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2504 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3358 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp11421 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()
11447 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()