Searched refs:setDeclsInPrototypeScope (Results 1 – 3 of 3) sorted by relevance
1832 void setDeclsInPrototypeScope(llvm::ArrayRef<NamedDecl *> NewDecls);
1846 void FunctionDecl::setDeclsInPrototypeScope(llvm::ArrayRef<NamedDecl *> NewDecls) { in setDeclsInPrototypeScope() function in FunctionDecl
5321 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()