Searched refs:CodeCompletionContext (Results 1 – 5 of 5) sorted by relevance
294 enum clang::CodeCompletionContext::Kind ContextKind;359 enum CodeCompletionContext::Kind kind, in getContextsForContextKind()363 case CodeCompletionContext::CCC_OtherWithMacros: { in getContextsForContextKind()369 case CodeCompletionContext::CCC_TopLevel: in getContextsForContextKind()370 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()371 case CodeCompletionContext::CCC_ClassStructUnion: in getContextsForContextKind()372 case CodeCompletionContext::CCC_Type: { in getContextsForContextKind()384 case CodeCompletionContext::CCC_Statement: { in getContextsForContextKind()397 case CodeCompletionContext::CCC_Expression: { in getContextsForContextKind()410 case CodeCompletionContext::CCC_ObjCMessageReceiver: { in getContextsForContextKind()[all …]
286 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) in getDeclShowContexts()287 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()288 | (1LL << CodeCompletionContext::CCC_ClassStructUnion) in getDeclShowContexts()289 | (1LL << CodeCompletionContext::CCC_Statement) in getDeclShowContexts()290 | (1LL << CodeCompletionContext::CCC_Type) in getDeclShowContexts()291 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); in getDeclShowContexts()295 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); in getDeclShowContexts()300 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); in getDeclShowContexts()304 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts()308 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag); in getDeclShowContexts()[all …]
161 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()739 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement || in getBasePriority()741 == CodeCompletionContext::CCC_ObjCMessageReceiver || in getBasePriority()[all …]
34 bool CodeCompletionContext::wantConstructorResults() const { in wantConstructorResults()436 CodeCompletionContext Context, in ProcessCodeCompleteResults()
153 class CodeCompletionContext {278 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(None) { } in CodeCompletionContext() function281 CodeCompletionContext(enum Kind Kind, QualType T,927 CodeCompletionContext Context,968 void ProcessCodeCompleteResults(Sema &S, CodeCompletionContext Context,