Home
last modified time | relevance | path

Searched refs:CompletionContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp166 CodeCompletionContext CompletionContext; member in __anonc8a3b6180111::ResultBuilder
183 HasObjectTypeQualifiers(false), CompletionContext(CompletionContext), in ResultBuilder()
187 switch (CompletionContext.getKind()) { in ResultBuilder()
248 return CompletionContext; in getCompletionContext()
321 CompletionContext.addVisitedContext(Ctx); in addVisitedContext()
761 CompletionContext.getKind() == in getBasePriority()
763 CompletionContext.getKind() == in getBasePriority()
807 !CompletionContext.wantConstructorResults()) in MaybeAddConstructorResults()
3708 switch (CompletionContext) { in CodeCompleteOrdinaryName()
3726 if (WantTypesInContext(CompletionContext, getLangOpts())) in CodeCompleteOrdinaryName()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10336 ParserCompletionContext CompletionContext);