Home
last modified time | relevance | path

Searched refs:PreambleID (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp2682 FileID PreambleID; in mapLocationFromPreamble() local
2684 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()
2686 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()
2690 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()
2703 FileID PreambleID; in mapLocationToPreamble() local
2705 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()
2707 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()
2713 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()