Home
last modified time | relevance | path

Searched refs:CCC_ObjCIvarList (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp59 case CCC_ObjCIvarList: in wantConstructorResults()
104 case CCKind::CCC_ObjCIvarList: in getCompletionKindString()
DSemaCodeComplete.cpp3963 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp304 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
432 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
482 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
1921 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
1974 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/external/clang/lib/Frontend/
DASTUnit.cpp281 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
405 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
455 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
2106 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
2156 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp46 case CCC_ObjCIvarList: in wantConstructorResults()
DSemaCodeComplete.cpp3166 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h175 CCC_ObjCIvarList, enumerator
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h211 CCC_ObjCIvarList, enumerator
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp364 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp396 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp641 case CodeCompletionContext::CCC_ObjCIvarList: in contextAllowsIndex()