reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3315 auto *CCS = createCodeCompletionStringForDecl(PP, Ctx, Result, 3324 Result.AddTextChunk(Result.getAllocator().CopyString(BeforeName)); 3324 Result.AddTextChunk(Result.getAllocator().CopyString(BeforeName)); 3325 Result.AddChunk(CodeCompletionString::CK_HorizontalSpace); 3326 Result.AddTypedTextChunk(Result.getAllocator().CopyString(NameAndSignature)); 3326 Result.AddTypedTextChunk(Result.getAllocator().CopyString(NameAndSignature)); 3327 return Result.TakeString();