Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance
2539 FileID PreambleID; in mapLocationFromPreamble() local2541 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()2543 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()2547 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()2560 FileID PreambleID; in mapLocationToPreamble() local2562 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()2564 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()2570 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()