/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 245 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 251 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 293 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 305 EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 344 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 364 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 381 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration() 2084 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2090 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2099 EndProtoLoc, attrs.getList()); in ParseObjCAtProtocolDeclaration()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 239 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 245 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 282 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 289 EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 325 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 347 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 360 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 2070 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2076 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2082 ProtocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtProtocolDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 908 SourceLocation EndProtoLoc, AttributeList *AttrList) { in ActOnStartClassInterface() argument 1020 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1129 SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1720 SourceLocation EndProtoLoc) { in ActOnStartCategoryInterface() argument
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1099 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1214 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1807 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1297 SourceLocation &EndProtoLoc,
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1642 SourceLocation &EndProtoLoc,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7343 SourceLocation EndProtoLoc, 7375 SourceLocation EndProtoLoc, 7387 SourceLocation EndProtoLoc);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9323 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 9355 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList); 9362 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|