reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
  303                |  (1LL << CodeCompletionContext::CCC_ObjCIvarList)
  431           | (1LL << CodeCompletionContext::CCC_ObjCIvarList)
  481         | (1LL << CodeCompletionContext::CCC_ObjCIvarList)
 1920         | (1LL << CodeCompletionContext::CCC_ObjCIvarList)
 1973   case CodeCompletionContext::CCC_ObjCIvarList:
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
   58   case CCC_ObjCIvarList:
  103   case CCKind::CCC_ObjCIvarList:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3900     return CodeCompletionContext::CCC_ObjCIvarList;
tools/clang/tools/extra/clangd/CodeComplete.cpp
  608   case CodeCompletionContext::CCC_ObjCIvarList:
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  397     case CodeCompletionContext::CCC_ObjCIvarList: