Searched refs:GetCompletionTypeString (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1471 static const char *GetCompletionTypeString(QualType T, in GetCompletionTypeString() function 1509 Builder.AddResultTypeChunk(GetCompletionTypeString(ThisTy, in addThisCompletion() 2100 Result.AddResultTypeChunk(GetCompletionTypeString(T, Context, Policy, in AddResultTypeChunk() 6256 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context, in CodeCompleteObjCPropertySynthesizeIvar() 6374 Builder.AddTextChunk(GetCompletionTypeString(Type, Context, Policy, in AddObjCPassingTypeChunk() 6855 Builder.AddTextChunk(GetCompletionTypeString(ReturnType, Context, in AddObjCKeyValueCompletions()
|