Lines Matching refs:getSema
290 Sema &getSema() const { return SemaRef; } in getSema() function in __anon166de13d0111::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()
4643 getCompletionPrintingPolicy(Results.getSema()), Builder, P, in AddObjCProperties()
4656 getCompletionPrintingPolicy(Results.getSema()), P, in AddObjCProperties()
4663 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
4697 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCProperties()
6592 if (Results.getSema().getLangOpts().Modules) { in AddObjCTopLevelResults()
6624 if (Results.getSema().getLangOpts().CPlusPlus || in AddObjCExpressionResults()
6625 Results.getSema().getLangOpts().ConstStrings) in AddObjCExpressionResults()
7455 ASTContext &Context = Results.getSema().Context; in getPreferredArgumentTypeForMessageSend()
8305 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); in AddObjCKeyValueCompletions()