Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance
2682 FileID PreambleID; in mapLocationFromPreamble() local2684 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()2686 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()2690 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()2703 FileID PreambleID; in mapLocationToPreamble() local2705 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()2707 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()2713 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()