Searched refs:DeclsInPrototypeScope (Results 1 – 4 of 4) sorted by relevance
1557 ArrayRef<NamedDecl *> DeclsInPrototypeScope; variable1999 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
2679 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()2684 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size()); in setDeclsInPrototypeScope()
7862 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()7863 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()12595 DeclsInPrototypeScope.push_back(New); in ActOnTag()
1476 std::vector<NamedDecl*> DeclsInPrototypeScope; variable