Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp202 CodeCompletionContext CompletionContext; member in __anonc4c61bbf0111::ResultBuilder
219 HasObjectTypeQualifiers(false), CompletionContext(CompletionContext), in ResultBuilder()
223 switch (CompletionContext.getKind()) { in ResultBuilder()
286 return CompletionContext; in getCompletionContext()
379 CompletionContext.addVisitedContext(Ctx); in addVisitedContext()
1029 CompletionContext.getKind() == in getBasePriority()
1031 CompletionContext.getKind() == in getBasePriority()
1075 !CompletionContext.wantConstructorResults()) in MaybeAddConstructorResults()
4419 switch (CompletionContext) { in CodeCompleteOrdinaryName()
4438 if (WantTypesInContext(CompletionContext, getLangOpts())) in CodeCompleteOrdinaryName()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13675 ParserCompletionContext CompletionContext);