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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2392 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3135 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { function in class:FunctionDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10705 NewFD->setPreviousDeclaration(OldFD);
10732 NewFD->setPreviousDeclaration(OldFD);

Completed in 116 milliseconds