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

References

tools/clang/lib/Serialization/ASTReader.cpp
 5884   const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex];
 5891   SavedStreamPosition SavedPosition(M.PreprocessorDetailCursor);
 5893           M.PreprocessorDetailCursor.JumpToBit(PPOffs.BitOffset)) {
 5899       M.PreprocessorDetailCursor.advance(BitstreamCursor::AF_DontPopBlockAtEnd);
 5910   SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()),
 5911                     TranslateSourceLocation(M, PPOffs.getEnd()));
 5916       M.PreprocessorDetailCursor.readRecord(Entry.ID, Record, &Blob);
 5927       Name = getLocalIdentifier(M, Record[1]);
 5930           getGlobalPreprocessedEntityID(M, Record[1]);
 5947     IdentifierInfo *II = getLocalIdentifier(M, Record[0]);