| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 92 ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, 99 ArrayRef<SourceLocation> ProtocolLocs, 108 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, 276 SmallVectorImpl<SourceLocation> &ProtocolLocs,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjC.cpp | 381 ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers() argument 414 ProtocolLocs, ProtocolRAngleLoc, in actOnObjCTypeArgsAndProtocolQualifiers() 440 OTPTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers() 467 ObjCObjectTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers() 487 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCTypeParamType() argument 715 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCObjectType() argument
|
| H A D | SemaDeclObjC.cpp | 1117 SmallVectorImpl<SourceLocation> &ProtocolLocs, IdentifierInfo *SuperName, in ActOnTypedefedProtocols() argument 1135 ProtocolLocs.append(OPT->getNumProtocols(), SuperLoc); in ActOnTypedefedProtocols()
|
| H A D | TreeTransform.h | 869 ArrayRef<SourceLocation> ProtocolLocs, 883 ArrayRef<SourceLocation> ProtocolLocs, 16000 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() argument 16003 Decl, ProtocolLAngleLoc, Protocols, ProtocolLocs, ProtocolRAngleLoc, in RebuildObjCTypeParamType() 16016 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType() argument 16020 ProtocolLAngleLoc, Protocols, ProtocolLocs, ProtocolRAngleLoc, in RebuildObjCObjectType()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 303 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local 305 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 312 ProtocolRefs.data(), ProtocolRefs.size(), ProtocolLocs.data(), in ParseObjCAtInterfaceDeclaration() 1581 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() argument 1605 ProtocolLocs.push_back(Tok.getLocation()); in ParseObjCProtocolReferences() 2122 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local 2124 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false, true, in ParseObjCAtProtocolDeclaration() 2132 ProtocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtProtocolDeclaration()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4939 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local 4952 ProtocolLocs.push_back(*ToProtoLocOrErr); in VisitObjCCategoryDecl() 4959 ProtocolLocs.data(), Importer.getToContext()); in VisitObjCCategoryDecl() 4995 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local 5008 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition() 5016 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition() 5474 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local 5488 ProtocolLocs.push_back(*ToProtoLocOrErr); in ImportDefinition() 5496 ProtocolLocs.data(), Importer.getToContext()); in ImportDefinition()
|