Lines Matching refs:getSema
290 Sema &getSema() const { return SemaRef; } in getSema() function in __anon4254e5140111::ResultBuilder
1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
1680 return Results.getSema().IsSimplyAccessible(ND, NamingClass, BaseType); in IsAccessible()
1979 Sema &S = Results.getSema(); in AddOverrideResults()
4640 getCompletionPrintingPolicy(Results.getSema()), Builder, P, in AddObjCProperties()
4653 getCompletionPrintingPolicy(Results.getSema()), P, in AddObjCProperties()
4660 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
4694 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCProperties()
6589 if (Results.getSema().getLangOpts().Modules) { in AddObjCTopLevelResults()
6621 if (Results.getSema().getLangOpts().CPlusPlus || in AddObjCExpressionResults()
6622 Results.getSema().getLangOpts().ConstStrings) in AddObjCExpressionResults()
7452 ASTContext &Context = Results.getSema().Context; in getPreferredArgumentTypeForMessageSend()
8302 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCKeyValueCompletions()