Home
last modified time | relevance | path

Searched defs:protocols (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp328 SmallVector<Decl *, 4> protocols; ParseObjCAtInterfaceDeclaration() local
1628 SmallVector<Decl *, 8> protocols; parseObjCProtocolQualifierType() local
1655 parseObjCTypeArgsOrProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken,bool warnOnIncompleteProtocols) parseObjCTypeArgsOrProtocolQualifiers() argument
1829 parseObjCTypeArgsAndProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken) parseObjCTypeArgsAndProtocolQualifiers() argument
1886 SmallVector<Decl *, 4> protocols; parseObjCTypeArgsAndProtocolQualifiers() local
2230 SmallVector<Decl *, 4> protocols; ParseObjCAtImplementationDeclaration() local
2261 SmallVector<Decl *, 4> protocols; ParseObjCAtImplementationDeclaration() local
[all...]
/llvm-project/clang/lib/AST/
H A DType.cpp804 ObjCTypeParamType(const ObjCTypeParamDecl * D,QualType can,ArrayRef<ObjCProtocolDecl * > protocols) ObjCTypeParamType() argument
812 ObjCObjectType(QualType Canonical,QualType Base,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) ObjCObjectType() argument
1488 ArrayRef<ObjCProtocolDecl *> protocols( VisitObjCObjectType() local
1504 ArrayRef<ObjCProtocolDecl *> protocols( VisitObjCObjectType() local
4396 Profile(llvm::FoldingSetNodeID & ID,QualType BaseType,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) Profile() argument
4417 Profile(llvm::FoldingSetNodeID & ID,const ObjCTypeParamDecl * OTPDecl,QualType CanonicalType,ArrayRef<ObjCProtocolDecl * > protocols) Profile() argument
[all...]
H A DASTContext.cpp5411 getObjCObjectType(QualType baseType,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) const getObjCObjectType() argument
5490 applyObjCProtocolQualifiers(QualType type,ArrayRef<ObjCProtocolDecl * > protocols,bool & hasError,bool allowOnPointerType) const applyObjCProtocolQualifiers() argument
5508 ArrayRef<ObjCProtocolDecl *> protocols = protocolsVec; applyObjCProtocolQualifiers() local
5595 SmallVector<ObjCProtocolDecl *, 8> protocols; adjustObjCTypeParamBoundType() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1358 protocol_range protocols() const { in protocols() function
2158 protocol_range protocols() const { protocols() function
2400 protocol_range protocols() const { protocols() function
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3711 uint64_t protocols; /* struct protocol_list64_t * global() member
3724 uint32_t protocols; /* struct protocol_list_t * global() member
3789 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ global() member
3799 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */ global() member
3859 uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */ global() member
3873 uint32_t protocols; /* struct objc_protocol_list * (32-bit ptr) */ global() member
[all...]
/llvm-project/clang/include/clang-c/
H A DIndex.h6149 const CXIdxObjCProtocolRefInfo *const *protocols; global() member
6156 const CXIdxObjCProtocolRefListInfo *protocols; global() member
6164 const CXIdxObjCProtocolRefListInfo *protocols; global() member
/llvm-project/lld/MachO/
H A DObjC.cpp432 PointerListInfo protocols = {objc::symbol_names::categoryProtocols, global() member
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1432 actOnObjCTypeArgsOrProtocolQualifiers(Scope * S,ParsedType baseType,SourceLocation lAngleLoc,ArrayRef<IdentifierInfo * > identifiers,ArrayRef<SourceLocation> identifierLocs,SourceLocation rAngleLoc,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SourceLocation & protocolRAngleLoc,bool warnOnIncompleteProtocols) actOnObjCTypeArgsOrProtocolQualifiers() argument
4402 search(const ObjCProtocolList & protocols) search() argument
[all...]
H A DSemaObjC.cpp341 actOnObjCProtocolQualifierType(SourceLocation lAngleLoc,ArrayRef<Decl * > protocols,ArrayRef<SourceLocation> protocolLocs,SourceLocation rAngleLoc) actOnObjCProtocolQualifierType() argument