Searched defs:ProtocolLocs (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 279 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local 1524 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() 2077 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 1046 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCTypeParamType() 1073 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCObjectType() 1150 ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers()
|
H A D | SemaDeclObjC.cpp | 1110 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ActOnTypedefedProtocols()
|
H A D | TreeTransform.h | 14130 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() 14147 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4388 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local 4444 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local 4831 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
|