Searched refs:GetCompletionTypeString (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1484 static const char *GetCompletionTypeString(QualType T, in GetCompletionTypeString() function 1522 Builder.AddResultTypeChunk(GetCompletionTypeString(ThisTy, in addThisCompletion() 2112 Result.AddResultTypeChunk(GetCompletionTypeString(T, Context, Policy, in AddResultTypeChunk() 6276 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context, in CodeCompleteObjCPropertySynthesizeIvar() 6394 Builder.AddTextChunk(GetCompletionTypeString(Type, Context, Policy, in AddObjCPassingTypeChunk() 6875 Builder.AddTextChunk(GetCompletionTypeString(ReturnType, Context, in AddObjCKeyValueCompletions()
|