Lines Matching defs:CC
678 const SrcMgr::ContentCache *CC = getOrCreateContentCache(File);
679 const_cast<SrcMgr::ContentCache *>(CC)->IsTransient = true;
2162 if (auto *CC = FI.getContentCache()) {
2163 out << " for " << (CC->OrigEntry ? CC->OrigEntry->getName() : "<none>")
2165 if (CC->BufferOverridden)
2167 if (CC->ContentsEntry != CC->OrigEntry) {
2169 << (CC->ContentsEntry ? CC->ContentsEntry->getName() : "<none>")