Searched refs:FormatFunctionParameter (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2120 static std::string FormatFunctionParameter(ASTContext &Context, in FormatFunctionParameter() function 2220 Params += FormatFunctionParameter(Context, Policy, Block.getParam(I), in FormatFunctionParameter() 2281 std::string PlaceholderStr = FormatFunctionParameter(Context, Policy, in AddFunctionParameterChunks() 2772 Arg = FormatFunctionParameter(Ctx, Policy, *P, true); in CreateCodeCompletionString() 2857 Placeholder = FormatFunctionParameter(Context, Policy, in AddOverloadParameterChunks()
|