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

/external/clang/lib/Frontend/
H A DASTUnit.cpp2693 FileID PreambleID; local
2695 PreambleID = SourceMgr->getPreambleFileID();
2697 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid())
2701 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) {
2714 FileID PreambleID; local
2716 PreambleID = SourceMgr->getPreambleFileID();
2718 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid())
2724 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID);

Completed in 423 milliseconds