Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
1524 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() argument
1547 ProtocolLocs.push_back(Tok.getLocation()); in ParseObjCProtocolReferences()
2077 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
2079 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false, true, in ParseObjCAtProtocolDeclaration()
2086 ProtocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtProtocolDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4451 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local
4464 ProtocolLocs.push_back(*ToProtoLocOrErr); in VisitObjCCategoryDecl()
4471 ProtocolLocs.data(), Importer.getToContext()); in VisitObjCCategoryDecl()
4507 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
4520 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition()
4528 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()
4936 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
4950 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition()
4958 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1047 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCTypeParamType() argument
1074 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCObjectType() argument
1151 ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers() argument
1183 ProtocolLocs, ProtocolRAngleLoc, in actOnObjCTypeArgsAndProtocolQualifiers()
1208 OTPTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
1235 ObjCObjectTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DSemaDeclObjC.cpp1110 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ActOnTypedefedProtocols() argument
1129 ProtocolLocs.append(OPT->getNumProtocols(), SuperLoc); in ActOnTypedefedProtocols()
H A DTreeTransform.h783 ArrayRef<SourceLocation> ProtocolLocs,
797 ArrayRef<SourceLocation> ProtocolLocs,
14195 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() argument
14199 ProtocolLocs, ProtocolRAngleLoc, in RebuildObjCTypeParamType()
14212 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType() argument
14216 ProtocolLAngleLoc, Protocols, ProtocolLocs, in RebuildObjCObjectType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9558 SmallVectorImpl<SourceLocation> &ProtocolLocs,
9660 ArrayRef<SourceLocation> ProtocolLocs,
9667 ArrayRef<SourceLocation> ProtocolLocs,
9679 ArrayRef<SourceLocation> ProtocolLocs,