Lines Matching refs:getSema
299 Sema &getSema() const { return SemaRef; } in getSema() function in __anone047e0890111::ResultBuilder
1733 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
1781 return Results.getSema().IsSimplyAccessible(ND, NamingClass, BaseType); in IsAccessible()
2084 Sema &S = Results.getSema(); in AddOverrideResults()
5045 getCompletionPrintingPolicy(Results.getSema()), Builder, P, in AddObjCProperties()
5058 getCompletionPrintingPolicy(Results.getSema()), P, in AddObjCProperties()
5065 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
5099 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCProperties()
7283 if (Results.getSema().getLangOpts().Modules) { in AddObjCTopLevelResults()
7316 if (Results.getSema().getLangOpts().CPlusPlus || in AddObjCExpressionResults()
7317 Results.getSema().getLangOpts().ConstStrings) in AddObjCExpressionResults()
8163 ASTContext &Context = Results.getSema().Context; in getPreferredArgumentTypeForMessageSend()
9047 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCKeyValueCompletions()