Lines Matching defs:CCS
995 auto *CCS = codeCompletionString(Result);
997 for (auto &C : *CCS) {
1001 return CCAllocator->CopyString(CCS->getAllTypedText());
1008 // The CCS will be owned by this recorder.
1102 const auto *CCS = Candidate.CreateSignatureString(
1105 assert(CCS && "Expected the CodeCompletionString to be non-null");
1107 Candidate, *CCS,
1208 void processOptionalChunk(const CodeCompletionString &CCS,
1211 for (const auto &Chunk : CCS) {
1235 const CodeCompletionString &CCS,
1242 parseDocumentation(formatDocumentation(CCS, DocComment), OverloadComment);
1246 for (const auto &Chunk : CCS) {