Searched defs:ProtocolLAngleLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h842 SourceLocation ProtocolLAngleLoc; member in struct:clang::ObjCObjectTypeLocInfo
897 return this->getLocalData()->ProtocolLAngleLoc;
900 this->getLocalData()->ProtocolLAngleLoc = Loc;
/external/clang/lib/Sema/
H A DSemaType.cpp1059 SourceLocation ProtocolLAngleLoc,
1076 SourceRange(ProtocolLAngleLoc,
1134 SourceLocation ProtocolLAngleLoc,
1165 ProtocolLAngleLoc,
1203 ObjCObjectTL.setProtocolLAngleLoc(ProtocolLAngleLoc);
1054 BuildObjCObjectType(QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, ArrayRef<TypeSourceInfo *> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<ObjCProtocolDecl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, bool FailOnError) argument
1127 actOnObjCTypeArgsAndProtocolQualifiers( Scope *S, SourceLocation Loc, ParsedType BaseType, SourceLocation TypeArgsLAngleLoc, ArrayRef<ParsedType> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc) argument
H A DTreeTransform.h711 SourceLocation ProtocolLAngleLoc,
11481 SourceLocation ProtocolLAngleLoc,
11487 ProtocolLAngleLoc, Protocols, ProtocolLocs,
11475 RebuildObjCObjectType( QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, ArrayRef<TypeSourceInfo *> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<ObjCProtocolDecl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc) argument

Completed in 248 milliseconds