Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance
2493 FileID PreambleID; in mapLocationFromPreamble() local2495 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()2497 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()2501 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()2514 FileID PreambleID; in mapLocationToPreamble() local2516 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()2518 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()2524 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()