Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1979 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/external/llvm-project/clang/include/clang/AST/
DDecl.h2422 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/external/clang/lib/AST/
DDecl.cpp2662 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/external/llvm-project/clang/lib/AST/
DDecl.cpp3224 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()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp10787 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()
10814 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()