Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp202 CodeCompletionContext CompletionContext; member in __anon4b9354e00111::ResultBuilder
215 const CodeCompletionContext &CompletionContext, in ResultBuilder() argument
219 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 …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13247 ParserCompletionContext CompletionContext);