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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  162 DECL_RANGE(ObjCContainer, ObjCCategory, ObjCProtocol)
tools/clang/include/clang/AST/DeclBase.h
 1824     case Decl::ObjCProtocol:
tools/clang/include/clang/AST/DeclObjC.h
 2260   static bool classofKind(Kind K) { return K == ObjCProtocol; }
tools/clang/lib/AST/Decl.cpp
 1382     case Decl::ObjCProtocol:
tools/clang/lib/AST/DeclBase.cpp
  742     case ObjCProtocol:
 1195   case Decl::ObjCProtocol:
tools/clang/lib/AST/DeclObjC.cpp
  262     case Decl::ObjCProtocol: {
 1795   case ObjCProtocol:
 1848     : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
tools/clang/lib/CodeGen/CGDecl.cpp
   75   case Decl::ObjCProtocol:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5319   case Decl::ObjCProtocol: {
tools/clang/lib/Index/IndexSymbol.cpp
  199     case Decl::ObjCProtocol:
tools/clang/lib/Index/USRGeneration.cpp
  465     case Decl::ObjCProtocol: {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3757   case Decl::ObjCProtocol:
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3784     case Decl::ObjCProtocol:
tools/clang/lib/Serialization/ASTCommon.cpp
  303   case Decl::ObjCProtocol:
  353   case Decl::ObjCProtocol:
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  227   case Decl::ObjCProtocol:
tools/clang/tools/libclang/CIndex.cpp
 6410   case Decl::ObjCProtocol:
 7751     case Decl::ObjCProtocol: