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

References

tools/clang/lib/Serialization/ASTReader.cpp
 3493       F.BasePreprocessedEntityID = StartingID;
 3504             F.BasePreprocessedEntityID - LocalBasePreprocessedEntityID));
 3849     mapOffset(PreprocessedEntityIDOffset, OM->BasePreprocessedEntityID,
 5843   unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID;
 5850     return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID,
 5993       return M.BasePreprocessedEntityID;
 6080   return M.BasePreprocessedEntityID + (PPI - pp_begin);
tools/clang/lib/Serialization/ASTWriter.cpp
 5064         writeBaseIDOrNone(M.BasePreprocessedEntityID,
tools/clang/lib/Serialization/Module.cpp
   80   llvm::errs() << "  Base preprocessed entity ID: " << BasePreprocessedEntityID