reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 9527       IdentifierInfo *II = GetIdentifierInfo(F, Record, Idx);
 9528       SourceRange Range = ReadSourceRange(F, Record, Idx);
 9534       NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx);
 9535       SourceRange Range = ReadSourceRange(F, Record, Idx);
 9541       NamespaceAliasDecl *Alias =ReadDeclAs<NamespaceAliasDecl>(F, Record, Idx);
 9542       SourceRange Range = ReadSourceRange(F, Record, Idx);
 9550       TypeSourceInfo *T = GetTypeSourceInfo(F, Record, Idx);
 9553       SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx);
 9563       SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx);
 9569       CXXRecordDecl *RD = ReadDeclAs<CXXRecordDecl>(F, Record, Idx);
 9570       SourceRange Range = ReadSourceRange(F, Record, Idx);