Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp280 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
403 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
453 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
2064 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
2114 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp46 case CCC_ObjCIvarList: in wantConstructorResults()
DSemaCodeComplete.cpp3093 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h173 CCC_ObjCIvarList, enumerator
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp364 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()