Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp2666 FileID PreambleID; in mapLocationFromPreamble() local
2668 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationFromPreamble()
2670 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()
2674 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()
2687 FileID PreambleID; in mapLocationToPreamble() local
2689 PreambleID = SourceMgr->getPreambleFileID(); in mapLocationToPreamble()
2691 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()
2697 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble()