Lines Matching refs:getSema
296 Sema &getSema() const { return SemaRef; } in getSema() function in __anonc4c61bbf0111::ResultBuilder
1726 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
1774 return Results.getSema().IsSimplyAccessible(ND, NamingClass, BaseType); in IsAccessible()
2076 Sema &S = Results.getSema(); in AddOverrideResults()
5031 getCompletionPrintingPolicy(Results.getSema()), Builder, P, in AddObjCProperties()
5044 getCompletionPrintingPolicy(Results.getSema()), P, in AddObjCProperties()
5051 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
5085 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCProperties()
7220 if (Results.getSema().getLangOpts().Modules) { in AddObjCTopLevelResults()
7252 if (Results.getSema().getLangOpts().CPlusPlus || in AddObjCExpressionResults()
7253 Results.getSema().getLangOpts().ConstStrings) in AddObjCExpressionResults()
8086 ASTContext &Context = Results.getSema().Context; in getPreferredArgumentTypeForMessageSend()
8954 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCKeyValueCompletions()