Searched defs:ProtocolLocs (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 296 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtInterfaceDeclaration() local 1563 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ParseObjCProtocolReferences() 2116 SmallVector<SourceLocation, 8> ProtocolLocs; in ParseObjCAtProtocolDeclaration() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 1042 ArrayRef<SourceLocation> ProtocolLocs, in BuildObjCTypeParamType() 1066 ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, in BuildObjCObjectType() 1141 ArrayRef<SourceLocation> ProtocolLocs, in actOnObjCTypeArgsAndProtocolQualifiers()
|
H A D | SemaDeclObjC.cpp | 1119 SmallVectorImpl<SourceLocation> &ProtocolLocs, in ActOnTypedefedProtocols()
|
H A D | TreeTransform.h | 14678 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCTypeParamType() 14695 ArrayRef<SourceLocation> ProtocolLocs, in RebuildObjCObjectType()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4622 SmallVector<SourceLocation, 4> ProtocolLocs; in VisitObjCCategoryDecl() local 4678 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local 5157 SmallVector<SourceLocation, 4> ProtocolLocs; in ImportDefinition() local
|