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