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

References

tools/clang/lib/Frontend/ASTUnit.cpp
  479         | (1LL << CodeCompletionContext::CCC_ObjCInterface)
 1918         | (1LL << CodeCompletionContext::CCC_ObjCInterface)
 1971   case CodeCompletionContext::CCC_ObjCInterface:
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
   56   case CCC_ObjCInterface:
   99   case CCKind::CCC_ObjCInterface:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3894     return CodeCompletionContext::CCC_ObjCInterface;
tools/clang/tools/extra/clangd/CodeComplete.cpp
  606   case CodeCompletionContext::CCC_ObjCInterface:
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  539     case CodeCompletionContext::CCC_ObjCInterface: