reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3667 Result.AddResultTypeChunk(Result.getAllocator().CopyString( 3667 Result.AddResultTypeChunk(Result.getAllocator().CopyString( 3669 Result.AddChunk(CodeCompletionString::CK_LeftParen); 3670 Result.AddChunk(CodeCompletionString::CK_CurrentParameter, "..."); 3671 Result.AddChunk(CodeCompletionString::CK_RightParen); 3672 return Result.TakeString(); 3678 Result.addBriefComment(RC->getBriefText(S.getASTContext())); 3680 AddResultTypeChunk(S.Context, Policy, FDecl, QualType(), Result); 3681 Result.AddTextChunk( 3682 Result.getAllocator().CopyString(FDecl->getNameAsString())); 3684 Result.AddResultTypeChunk(Result.getAllocator().CopyString( 3684 Result.AddResultTypeChunk(Result.getAllocator().CopyString( 3688 Result.AddChunk(CodeCompletionString::CK_LeftParen); 3689 AddOverloadParameterChunks(S.getASTContext(), Policy, FDecl, Proto, Result, 3691 Result.AddChunk(CodeCompletionString::CK_RightParen); 3693 return Result.TakeString();