Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Declaration

2824   // Make sure we load the declaration update records for the translation unit,
4496 case TemplateArgument::Declaration:
4567 assert(I != GlobalDeclMap.end() && "Corrupted global declaration map");
4575 assert(I != GlobalDeclMap.end() && "Corrupted global declaration map");
4586 Error("declaration ID out-of-range for AST file");
4633 Error("declaration ID out-of-range for AST file");
4651 assert(I != GlobalDeclMap.end() && "Corrupted global declaration map");
4719 declaration IDs
4835 /// declaration context.
4854 // Check whether we have any visible declaration information for
4891 // Record this declaration.
4912 // Compute the declaration contexts we need to look into. Multiple such
4913 // declaration contexts occur when two declaration contexts from disjoint
4937 /// declaration context.
4955 // Check whether we have any visible declaration information for
4984 // Record this declaration.
5000 // Compute the declaration contexts we need to look into. Multiple such
5001 // declaration contexts occur when two declaration contexts from disjoint
5167 dumpModuleIDMap("Global declaration map", GlobalDeclMap);
5205 // still get added to the identifier's declaration chains.
5547 /// If the AST reader is currently in a state where the given declaration IDs
5554 /// \param DeclIDs the set of declaration IDs with the name @p II that are
5575 // Introduce this declaration into the translation-unit scope
5576 // and add it to the declaration chain for this identifier, so
5580 // Queue this declaration so that it will be added to the
5581 // translation unit scope and identifier's declaration chain
5882 case TemplateArgument::Declaration:
6251 // Load pending declaration chains.