Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance
2528 FileID PreambleID; in mapLocationFromPreamble() local2530 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()2532 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()2536 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()2549 FileID PreambleID; in mapLocationToPreamble() local2551 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()2553 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()2559 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()