Searched defs:ProtoRefs (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 453 ObjCProtocolDecl *const *ProtoRefs, in diagnoseUseOfProtocols() 906 Decl * const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() 1126 Decl * const *ProtoRefs, in ActOnStartProtocolInterface() 1717 Decl * const *ProtoRefs, in ActOnStartCategoryInterface()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 527 ObjCProtocolDecl *const *ProtoRefs, in diagnoseUseOfProtocols() 979 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartClassInterface() 1213 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartProtocolInterface() 1806 Decl *const *ProtoRefs, unsigned NumProtoRefs, in ActOnStartCategoryInterface()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1062 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCProtocolDecl() local 1098 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCCategoryDecl() local
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1202 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in ReadObjCDefinitionData() local 1266 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCCategoryDecl() local
|