Searched refs:CCC_ObjCPropertyAccess (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h203 CCC_ObjCPropertyAccess, enumerator in enum:clang::CodeCompletionContext::Kind
286 Kind == CCC_ObjCPropertyAccess || Kind == CCC_ObjCClassMessage ||
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp51 case CCC_ObjCPropertyAccess:
H A DSemaCodeComplete.cpp3581 contextKind = CodeCompletionContext::CCC_ObjCPropertyAccess;
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp431 case CodeCompletionContext::CCC_ObjCPropertyAccess: {
/external/clang/lib/Frontend/
H A DASTUnit.cpp2158 | (1LL << CodeCompletionContext::CCC_ObjCPropertyAccess)
2210 case CodeCompletionContext::CCC_ObjCPropertyAccess:

Completed in 72 milliseconds