Lines Matching defs:CC
678 const SrcMgr::ContentCache *CC = getOrCreateContentCache(File);
679 const_cast<SrcMgr::ContentCache *>(CC)->IsTransient = true;
2177 if (auto *CC = FI.getContentCache()) {
2178 out << " for " << (CC->OrigEntry ? CC->OrigEntry->getName() : "<none>")
2180 if (CC->BufferOverridden)
2182 if (CC->ContentsEntry != CC->OrigEntry) {
2184 << (CC->ContentsEntry ? CC->ContentsEntry->getName() : "<none>")