Searched defs:ProtocolLocs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 303 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local 1581 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() 2122 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 381 ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers() 487 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCTypeParamType() 715 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCObjectType()
|
H A D | SemaDeclObjC.cpp | 1117 SmallVectorImpl<SourceLocation> &ProtocolLocs, IdentifierInfo *SuperName, in ActOnTypedefedProtocols()
|
H A D | TreeTransform.h | 16000 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() 16016 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4939 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local 4995 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local 5474 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
|