Home
last modified time | relevance | path

Searched refs:CodeCompletionContext (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp295 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts()
296 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
297 | (1LL << CodeCompletionContext::CCC_ClassStructUnion) in getDeclShowContexts()
298 | (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()
299 | (1LL << CodeCompletionContext::CCC_Type) in getDeclShowContexts()
300 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); in getDeclShowContexts()
304 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()
309 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); in getDeclShowContexts()
313 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts()
317 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()
[all …]
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp161 CodeCompletionContext CompletionContext;
174 const CodeCompletionContext &CompletionContext, in ResultBuilder()
185 case CodeCompletionContext::CCC_Expression: in ResultBuilder()
186 case CodeCompletionContext::CCC_ObjCMessageReceiver: in ResultBuilder()
187 case CodeCompletionContext::CCC_ParenthesizedExpression: in ResultBuilder()
188 case CodeCompletionContext::CCC_Statement: in ResultBuilder()
189 case CodeCompletionContext::CCC_Recovery: in ResultBuilder()
248 const CodeCompletionContext &getCompletionContext() const { in getCompletionContext()
742 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()
744 == CodeCompletionContext::CCC_ObjCMessageReceiver || in getBasePriority()
[all …]
HDCodeCompleteConsumer.cpp35 bool CodeCompletionContext::wantConstructorResults() const { in wantConstructorResults()
437 CodeCompletionContext Context, in ProcessCodeCompleteResults()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDCodeCompleteConsumer.h153 class CodeCompletionContext {
278 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { } in CodeCompletionContext() function
281 CodeCompletionContext(enum Kind Kind, QualType T,
928 CodeCompletionContext Context,
970 CodeCompletionContext Context,