Home | History | Annotate | Download | only in Basic

Lines Matching defs:IR

612   const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
613 assert(IR && "getOrCreateContentCache() cannot return NULL");
614 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
620 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
621 assert(IR && "getOrCreateContentCache() cannot return NULL");
623 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
624 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;