Searched refs:DeclsInPrototypeScope (Results 1 – 4 of 4) sorted by relevance
1464 ArrayRef<NamedDecl *> DeclsInPrototypeScope; variable1902 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
2629 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()2634 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size()); in setDeclsInPrototypeScope()
7334 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()7335 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()11880 DeclsInPrototypeScope.push_back(New); in ActOnTag()
1418 std::vector<NamedDecl*> DeclsInPrototypeScope; variable