Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1979 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/external/clang/lib/AST/
DDecl.cpp2662 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/external/clang/lib/Sema/
DSemaDecl.cpp8774 NewFD->setPreviousDeclaration(OldTemplateDecl->getTemplatedDecl()); in CheckFunctionDeclaration()
8802 NewFD->setPreviousDeclaration(cast<FunctionDecl>(OldDecl)); in CheckFunctionDeclaration()