Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp913 void ObjCMethodDecl::setAsRedeclaration(const ObjCMethodDecl *PrevMethod) { in setAsRedeclaration() function in ObjCMethodDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h270 void setAsRedeclaration(const ObjCMethodDecl *PrevMethod);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4033 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()
4057 Method->setAsRedeclaration(PrevMethod); in ActOnAtEnd()