Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp57 case CCC_ObjCInterface: in wantConstructorResults()
100 case CCKind::CCC_ObjCInterface: in getCompletionKindString()
DSemaCodeComplete.cpp3957 return CodeCompletionContext::CCC_ObjCInterface; in mapCodeCompletionContext()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp44 case CCC_ObjCInterface: in wantConstructorResults()
DSemaCodeComplete.cpp3160 return CodeCompletionContext::CCC_ObjCInterface; in mapCodeCompletionContext()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h169 CCC_ObjCInterface, enumerator
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h203 CCC_ObjCInterface, enumerator
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp501 case CodeCompletionContext::CCC_ObjCInterface: in getContextsForContextKind()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp480 | (1LL << CodeCompletionContext::CCC_ObjCInterface) in CacheCodeCompletionResults()
1919 | (1LL << CodeCompletionContext::CCC_ObjCInterface) in AugmentedCodeCompleteConsumer()
1972 case CodeCompletionContext::CCC_ObjCInterface: in CalculateHiddenNames()
/external/clang/lib/Frontend/
DASTUnit.cpp453 | (1LL << CodeCompletionContext::CCC_ObjCInterface) in CacheCodeCompletionResults()
2104 | (1LL << CodeCompletionContext::CCC_ObjCInterface) in AugmentedCodeCompleteConsumer()
2154 case CodeCompletionContext::CCC_ObjCInterface: in CalculateHiddenNames()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp538 case CodeCompletionContext::CCC_ObjCInterface: in getContextsForContextKind()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp639 case CodeCompletionContext::CCC_ObjCInterface: in contextAllowsIndex()