Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance
2670 FileID PreambleID; in mapLocationFromPreamble() local2672 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()2674 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()2678 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()2691 FileID PreambleID; in mapLocationToPreamble() local2693 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()2695 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()2701 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()