Searched refs:ProtoLocs (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 712 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCInterfaceDecl() local 713 ProtoLocs.reserve(NumProtocols); in VisitObjCInterfaceDecl() 715 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl() 716 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl() 768 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCProtocolDecl() local 769 ProtoLocs.reserve(NumProtoRefs); in VisitObjCProtocolDecl() 771 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl() 772 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl() 803 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 804 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 784 SourceLocation *ProtoLocs, in setProtocolQualifiers() argument 791 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP); in setProtocolQualifiers()
|
D | SemaDeclObjC.cpp | 446 const SourceLocation *ProtoLocs, in ActOnStartClassInterface() argument 563 ProtoLocs, Context); in ActOnStartClassInterface() 654 const SourceLocation *ProtoLocs, in ActOnStartProtocolInterface() argument 705 ProtoLocs, Context); in ActOnStartProtocolInterface() 822 const SourceLocation *ProtoLocs, in ActOnStartCategoryInterface() argument 870 ProtoLocs, Context); in ActOnStartCategoryInterface()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 700 SourceLocation *ProtoLocs,
|
D | Sema.h | 6200 const SourceLocation *ProtoLocs, 6218 const SourceLocation *ProtoLocs, 6229 const SourceLocation *ProtoLocs,
|