Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h94 ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs,
101 ArrayRef<SourceLocation> ProtocolLocs,
110 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc,
264 SmallVectorImpl<SourceLocation> &ProtocolLocs,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp377 ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers() argument
410 ProtocolLocs, ProtocolRAngleLoc, in actOnObjCTypeArgsAndProtocolQualifiers()
436 OTPTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
463 ObjCObjectTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
483 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCTypeParamType() argument
711 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCObjectType() argument
H A DSemaDeclObjC.cpp1117 SmallVectorImpl<SourceLocation> &ProtocolLocs, IdentifierInfo *SuperName, in ActOnTypedefedProtocols() argument
1135 ProtocolLocs.append(OPT->getNumProtocols(), SuperLoc); in ActOnTypedefedProtocols()
H A DTreeTransform.h874 ArrayRef<SourceLocation> ProtocolLocs,
888 ArrayRef<SourceLocation> ProtocolLocs,
17138 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() argument
17141 Decl, ProtocolLAngleLoc, Protocols, ProtocolLocs, ProtocolRAngleLoc, in RebuildObjCTypeParamType()
17154 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType() argument
17158 ProtocolLAngleLoc, Protocols, ProtocolLocs, ProtocolRAngleLoc, in RebuildObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp258 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local
260 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
267 ProtocolRefs.data(), ProtocolRefs.size(), ProtocolLocs.data(), in ParseObjCAtInterfaceDeclaration()
1359 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() argument
1382 ProtocolLocs.push_back(Tok.getLocation()); in ParseObjCProtocolReferences()
1855 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
1857 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false, true, in ParseObjCAtProtocolDeclaration()
1865 ProtocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtProtocolDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5216 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local
5229 ProtocolLocs.push_back(*ToProtoLocOrErr); in VisitObjCCategoryDecl()
5236 ProtocolLocs.data(), Importer.getToContext()); in VisitObjCCategoryDecl()
5272 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
5285 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition()
5293 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()
5750 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
5764 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition()
5772 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()