Searched refs:CompletionContext (Results 1 – 2 of 2) sorted by relevance
202 CodeCompletionContext CompletionContext; member in __anon4b9354e00111::ResultBuilder215 const CodeCompletionContext &CompletionContext, in ResultBuilder() argument219 HasObjectTypeQualifiers(false), CompletionContext(CompletionContext), in ResultBuilder()223 switch (CompletionContext.getKind()) { in ResultBuilder()285 return CompletionContext; in getCompletionContext()358 CompletionContext.addVisitedContext(Ctx); in addVisitedContext()1007 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()1008 CompletionContext.getKind() == in getBasePriority()1010 CompletionContext.getKind() == in getBasePriority()1054 !CompletionContext.wantConstructorResults()) in MaybeAddConstructorResults()[all …]
13247 ParserCompletionContext CompletionContext);