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