Home
last modified time | relevance | path

Searched refs:ProtocolLocs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp279 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local
281 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
288 ProtocolRefs.data(), ProtocolRefs.size(), ProtocolLocs.data(), in ParseObjCAtInterfaceDeclaration()
1531 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() argument
1554 ProtocolLocs.push_back(Tok.getLocation()); in ParseObjCProtocolReferences()
2084 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
2086 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false, true, in ParseObjCAtProtocolDeclaration()
2093 ProtocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtProtocolDeclaration()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4512 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local
4525 ProtocolLocs.push_back(*ToProtoLocOrErr); in VisitObjCCategoryDecl()
4532 ProtocolLocs.data(), Importer.getToContext()); in VisitObjCCategoryDecl()
4568 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
4581 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition()
4589 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()
5046 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
5060 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition()
5068 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1037 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCTypeParamType() argument
1064 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCObjectType() argument
1141 ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers() argument
1173 ProtocolLocs, ProtocolRAngleLoc, in actOnObjCTypeArgsAndProtocolQualifiers()
1198 OTPTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
1225 ObjCObjectTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DSemaDeclObjC.cpp1111 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ActOnTypedefedProtocols() argument
1130 ProtocolLocs.append(OPT->getNumProtocols(), SuperLoc); in ActOnTypedefedProtocols()
H A DTreeTransform.h783 ArrayRef<SourceLocation> ProtocolLocs,
797 ArrayRef<SourceLocation> ProtocolLocs,
14490 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() argument
14494 ProtocolLocs, ProtocolRAngleLoc, in RebuildObjCTypeParamType()
14507 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType() argument
14511 ProtocolLAngleLoc, Protocols, ProtocolLocs, in RebuildObjCObjectType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9887 SmallVectorImpl<SourceLocation> &ProtocolLocs,
9985 ArrayRef<SourceLocation> ProtocolLocs,
9992 ArrayRef<SourceLocation> ProtocolLocs,
10004 ArrayRef<SourceLocation> ProtocolLocs,