Searched defs:ProtocolRefs (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseObjc.cpp | 300 SmallVector<Decl *, 8> ProtocolRefs; ParseObjCAtInterfaceDeclaration() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclObjC.cpp | 458 SmallVector<ObjCProtocolDecl *, 8> ProtocolRefs; mergeClassExtensionProtocolList() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclObjC.cpp | 1118 ActOnTypedefedProtocols(SmallVectorImpl<Decl * > & ProtocolRefs,SmallVectorImpl<SourceLocation> & ProtocolLocs,IdentifierInfo * SuperName,SourceLocation SuperLoc) ActOnTypedefedProtocols() argument |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCMac.cpp | 7115 SmallVector<llvm::Constant *, 16> ProtocolRefs; EmitProtocolList() local |