Searched defs:ProtocolLocs (Results 1 – 3 of 3) sorted by relevance
181 llvm::SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local227 llvm::SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local1031 llvm::SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences()1084 llvm::SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCProtocolQualifiers() local1286 llvm::SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
2943 llvm::SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local3015 llvm::SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCProtocolDecl() local3089 llvm::SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCInterfaceDecl() local
332 SourceLocation *ProtocolLocs; variable