Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance
2490 FileID PreambleID; in mapLocationFromPreamble() local2492 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()2494 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()2498 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()2511 FileID PreambleID; in mapLocationToPreamble() local2513 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()2515 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()2521 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()