Searched defs:ProtoRefs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1202 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in ReadObjCDefinitionData() local 1266 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; in VisitObjCCategoryDecl() local
|