Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2468 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3250 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10938 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()
10964 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()