Searched refs:ObjCProtocol (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/Index/
H A Dprint-usrs.c9 ObjCProtocol blah
/external/clang/lib/Serialization/
H A DASTCommon.cpp130 case Decl::ObjCProtocol:
174 case Decl::ObjCProtocol:
/external/clang/lib/Frontend/
H A DASTConsumers.cpp237 case Decl::ObjCProtocol:
384 case Decl::ObjCProtocol:
/external/clang/lib/AST/
H A DDeclObjC.cpp200 case Decl::ObjCProtocol: {
1446 case ObjCProtocol:
1494 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
H A DDeclBase.cpp544 case ObjCProtocol:
905 case Decl::ObjCProtocol:
H A DDecl.cpp1214 case Decl::ObjCProtocol:
/external/clang/lib/Index/
H A DUSRGeneration.cpp376 case Decl::ObjCProtocol:
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2078 ObjCProtocol = 1U << 14 enumerator in enum:clang::__anon18755
2106 .Case("ObjCProtocol", ObjCProtocol)
2136 case ObjCProtocol: return "ExpectedObjectiveCProtocol";
/external/clang/include/clang/AST/
H A DDeclBase.h1128 case Decl::ObjCProtocol:
H A DDeclObjC.h1683 static bool classofKind(Kind K) { return K == ObjCProtocol; }
/external/clang/tools/libclang/
H A DIndexingContext.cpp995 case Decl::ObjCProtocol:
H A DCIndex.cpp4855 case Decl::ObjCProtocol:
6030 case Decl::ObjCProtocol:
/external/clang/lib/CodeGen/
H A DCGDecl.cpp64 case Decl::ObjCProtocol:
H A DCodeGenModule.cpp3151 case Decl::ObjCProtocol: {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2528 case Decl::ObjCProtocol:
H A DSemaCodeComplete.cpp2932 case Decl::ObjCProtocol: return CXCursor_ObjCProtocolDecl;

Completed in 1050 milliseconds