Searched refs:DeclsInPrototypeScope (Results 1 – 4 of 4) sorted by relevance
1460 llvm::ArrayRef<NamedDecl*> DeclsInPrototypeScope; variable1828 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
1882 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()1887 DeclsInPrototypeScope = llvm::ArrayRef<NamedDecl*>(A, NewDecls.size()); in setDeclsInPrototypeScope()
5538 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()5539 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()9040 DeclsInPrototypeScope.push_back(New); in ActOnTag()11003 DeclsInPrototypeScope.push_back(Enum); in ActOnEnumBody()
1102 std::vector<NamedDecl*> DeclsInPrototypeScope; variable