Searched refs:DeclsInPrototypeScope (Results 1 – 4 of 4) sorted by relevance
1582 ArrayRef<NamedDecl *> DeclsInPrototypeScope; variable2024 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
2760 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()2765 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size()); in setDeclsInPrototypeScope()
8161 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()8162 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()13046 DeclsInPrototypeScope.push_back(New); in ActOnTag()
1513 std::vector<NamedDecl*> DeclsInPrototypeScope; variable