Home | History | Annotate | Download | only in AST

Lines Matching defs:Decls

625   // Clear cached linkage for function template decls, too.
1847 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!");
2732 SmallVector<Decl*, 64> Decls;
2734 switch (Source->FindExternalLexicalDeclsBy<FieldDecl>(this, Decls)) {
2744 // Check that all decls we got were FieldDecls.
2745 for (unsigned i=0, e=Decls.size(); i != e; ++i)
2746 assert(isa<FieldDecl>(Decls[i]));
2749 if (Decls.empty())
2752 llvm::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,