Searched refs:rAngleLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp445 /// \param rAngleLoc The location of the ending '>'.
449 SourceLocation &rAngleLoc, bool mayBeProtocolList) {
551 } else if (ParseGreaterThanInTemplateList(rAngleLoc,
585 rAngleLoc);
591 rAngleLoc = SourceLocation();
599 SourceLocation rAngleLoc; local
603 rAngleLoc,
1587 TypeResult Parser::parseObjCProtocolQualifierType(SourceLocation &rAngleLoc) { argument
1595 lAngleLoc, rAngleLoc,
1600 rAngleLoc);
446 parseObjCTypeParamListOrProtocolRefs( ObjCTypeParamListScope &Scope, SourceLocation &lAngleLoc, SmallVectorImpl<IdentifierLocPair> &protocolIdents, SourceLocation &rAngleLoc, bool mayBeProtocolList) argument
1674 SourceLocation rAngleLoc; local
1684 rAngleLoc, local
1780 SourceLocation rAngleLoc; local
2144 SourceLocation lAngleLoc, rAngleLoc; local
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp1353 SourceLocation rAngleLoc)
1357 Brackets.End = rAngleLoc.getRawEncoding();
1366 SourceLocation rAngleLoc) {
1370 return new (mem) ObjCTypeParamList(lAngleLoc, typeParams, rAngleLoc);
1351 ObjCTypeParamList(SourceLocation lAngleLoc, ArrayRef<ObjCTypeParamDecl *> typeParams, SourceLocation rAngleLoc) argument
1362 create( ASTContext &ctx, SourceLocation lAngleLoc, ArrayRef<ObjCTypeParamDecl *> typeParams, SourceLocation rAngleLoc) argument
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp696 SourceLocation rAngleLoc) {
725 return ObjCTypeParamList::create(Context, lAngleLoc, typeParams, rAngleLoc);
1321 SourceLocation rAngleLoc,
1417 << baseClass->getDeclName() << SourceRange(lAngleLoc, rAngleLoc)
1424 protocolRAngleLoc = rAngleLoc;
1540 typeArgsRAngleLoc = rAngleLoc;
693 actOnObjCTypeParamList(Scope *S, SourceLocation lAngleLoc, ArrayRef<Decl *> typeParamsIn, SourceLocation rAngleLoc) argument
1315 actOnObjCTypeArgsOrProtocolQualifiers( Scope *S, ParsedType baseType, SourceLocation lAngleLoc, ArrayRef<IdentifierInfo *> identifiers, ArrayRef<SourceLocation> identifierLocs, SourceLocation rAngleLoc, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SourceLocation &protocolRAngleLoc, bool warnOnIncompleteProtocols) argument
H A DSemaType.cpp1092 SourceLocation rAngleLoc) {
1119 ObjCObjectTL.setProtocolRAngleLoc(rAngleLoc);
1088 actOnObjCProtocolQualifierType( SourceLocation lAngleLoc, ArrayRef<Decl *> protocols, ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h631 SourceLocation rAngleLoc);
638 SourceLocation rAngleLoc);
/external/clang/include/clang/Parse/
H A DParser.h1283 SourceLocation &rAngleLoc, bool mayBeProtocolList = true);
1330 TypeResult parseObjCProtocolQualifierType(SourceLocation &rAngleLoc);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp975 SourceLocation rAngleLoc = ReadSourceLocation(Record, Idx); local
978 typeParams, rAngleLoc);
/external/clang/include/clang/Sema/
H A DSema.h7328 SourceLocation rAngleLoc);
7433 SourceLocation rAngleLoc,
7448 SourceLocation rAngleLoc);

Completed in 803 milliseconds