Home
last modified time | relevance | path

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

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