Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2442 void setPreviousDeclaration(FunctionDecl * PrevDecl);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3257 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() function in FunctionDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10879 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()
10905 NewFD->setPreviousDeclaration(OldFD); in CheckFunctionDeclaration()