Home | History | Annotate | Download | only in AST

Lines Matching refs:Decls

641   // Clear cached linkage for function template decls, too.
1882 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!");
2776 SmallVector<Decl*, 64> Decls;
2779 Decls)) {
2789 // Check that all decls we got were FieldDecls.
2790 for (unsigned i=0, e=Decls.size(); i != e; ++i)
2791 assert(isa<FieldDecl>(Decls[i]) || isa<IndirectFieldDecl>(Decls[i]));
2794 if (Decls.empty())
2797 llvm::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,