Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp197 CodeCompletionContext CompletionContext; member in __anon4254e5140111::ResultBuilder
210 const CodeCompletionContext &CompletionContext, in ResultBuilder() argument
214 HasObjectTypeQualifiers(false), CompletionContext(CompletionContext), in ResultBuilder()
218 switch (CompletionContext.getKind()) { in ResultBuilder()
280 return CompletionContext; in getCompletionContext()
353 CompletionContext.addVisitedContext(Ctx); in addVisitedContext()
1005 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()
1006 CompletionContext.getKind() == in getBasePriority()
1008 CompletionContext.getKind() == in getBasePriority()
1052 !CompletionContext.wantConstructorResults()) in MaybeAddConstructorResults()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12254 ParserCompletionContext CompletionContext);