Home
last modified time | relevance | path

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

/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/clang/tools/libclang/
DCIndexCodeCompletion.cpp364 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()