Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp197 CodeCompletionContext CompletionContext; member in __anon166de13d0111::ResultBuilder
214 HasObjectTypeQualifiers(false), CompletionContext(CompletionContext), in ResultBuilder()
218 switch (CompletionContext.getKind()) { in ResultBuilder()
280 return CompletionContext; in getCompletionContext()
353 CompletionContext.addVisitedContext(Ctx); in addVisitedContext()
1006 CompletionContext.getKind() == in getBasePriority()
1008 CompletionContext.getKind() == in getBasePriority()
1052 !CompletionContext.wantConstructorResults()) in MaybeAddConstructorResults()
4186 switch (CompletionContext) { in CodeCompleteOrdinaryName()
4204 if (WantTypesInContext(CompletionContext, getLangOpts())) in CodeCompleteOrdinaryName()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12355 ParserCompletionContext CompletionContext);