Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Index

1627 /// Index.
1632 inline void ASTReader::LoadedDecl(unsigned Index, Decl *D) {
1633 assert(!DeclsLoaded[Index] && "Decl loaded twice?");
1634 DeclsLoaded[Index] = D;
1886 unsigned Index = ID - NUM_PREDEF_DECL_IDS;
2077 LoadedDecl(Index, D);